Difference between revisions of "AoPS Wiki:Sandbox"
(→Test 3) |
(→Test 3) |
||
Line 293: | Line 293: | ||
dot((3,4)); | dot((3,4)); | ||
dot((3,0)); | dot((3,0)); | ||
+ | dot((1.5,2)); | ||
draw((0,0)--(3,4),green); | draw((0,0)--(3,4),green); | ||
− | + | draw((0,4)--(3,0),green); | |
+ | draw((0,0)--(0,4),red); | ||
+ | draw((0,4)--(3,4),red); | ||
+ | draw((3,0)--(3,4),red); | ||
+ | draw((3,0)--(0,0),red); | ||
</asy> | </asy> |
Revision as of 10:27, 12 June 2011
Welcome to the sandbox, a location to test your newfound wiki-editing abilities.
Please note that all contributions here may be deleted periodically and without warning.
In the computer world, a sandbox is a place to test and experiment -- essentially, it's a place to play.
This is the AoPSWiki Sandbox. Feel free to experiment here.
Warning: anything you place here is subject to deletion without notice.
Contents
Sandbox Area
random code
Test 1
Test 2
Test
Test 3