Difference between revisions of "AoPS Wiki:Sandbox"
(→Sandbox Area) |
(→Test 1) |
||
Line 149: | Line 149: | ||
==Test 1== | ==Test 1== | ||
+ | |||
+ | <asy> | ||
+ | |||
+ | dot((0,0)); | ||
+ | dot((1,0)); | ||
+ | dot((0,1)); | ||
+ | dot((1,1)); | ||
+ | dot((2,0)); | ||
+ | dot((0,2)); | ||
+ | dot((1,2)); | ||
+ | dot((2,1)); | ||
+ | dot((2,2)); | ||
+ | dot((3,0)); | ||
+ | dot((3,1)); | ||
+ | dot((3,2)); | ||
+ | dot((3,3)); | ||
+ | dot((2,3)); | ||
+ | dot((1,3)); | ||
+ | dot((0,3)); | ||
+ | dot((0,4)); | ||
+ | dot((1,4)); | ||
+ | dot((2,4)); | ||
+ | dot((3,4)); | ||
+ | dot((4,4)); | ||
+ | dot((4,3)); | ||
+ | dot((4,2)); | ||
+ | dot((4,1)); | ||
+ | dot((4,0)); | ||
+ | |||
==Test 2== | ==Test 2== | ||
<b>Test</b> | <b>Test</b> |
Revision as of 09:48, 11 May 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.
Sandbox Area
dot((0,0)); dot((5,12)); line((0,0)--(5,12)); (Error making remote request. Unknown error_msg)
Test 1
<asy>
dot((0,0)); dot((1,0)); dot((0,1)); dot((1,1)); dot((2,0)); dot((0,2)); dot((1,2)); dot((2,1)); dot((2,2)); dot((3,0)); dot((3,1)); dot((3,2)); dot((3,3)); dot((2,3)); dot((1,3)); dot((0,3)); dot((0,4)); dot((1,4)); dot((2,4)); dot((3,4)); dot((4,4)); dot((4,3)); dot((4,2)); dot((4,1)); dot((4,0));
Test 2
Test