Difference between revisions of "AoPS Wiki:Sandbox"
(→Sandbox Area) |
(→Sandbox Area) |
||
Line 20: | Line 20: | ||
for(int i=0; i < 10; i++) { | for(int i=0; i < 10; i++) { | ||
for(int j=0; j < 10; j++) { | for(int j=0; j < 10; j++) { | ||
− | + | draw((i,j)--(i+1,j));draw((i,j)--(i,j+1)); | |
} | } | ||
} | } |
Revision as of 08:38, 31 March 2009
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.
This article has been proposed for deletion. The reason given is: duplicate of AoPS Wiki:Sandbox/header
Sysops: Before deleting this article, please check the article discussion pages and history. |
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
unitsize(.4cm); for(int i=0; i < 10; i++) { for(int j=0; j < 10; j++) { draw((i,j)--(i+1,j));draw((i,j)--(i,j+1)); } } (Error making remote request. Unknown error_msg)
$
Testing answers template:
googology101talk • contribs 22:07, 27 February 2009 (UTC)