Difference between revisions of "AoPS Wiki:Sandbox"

 
(268 intermediate revisions by 57 users not shown)
Line 1: Line 1:
{{AoPSWiki:Sandbox/header}} <!-- Please do not delete this line -->
+
=A=
In the computer world, a '''sandbox''' is a place to test and experiment -- essentially, it's a place to play.
+
==B==
 
+
===C===
This is the AoPSWiki Sandbox.  Feel free to experiment here.
+
====D====
 
 
Warning: anything you place here is subject to deletion without notice.
 
 
 
=== Sandbox Area ===
 
 
 
<asy>
 
unitsize(3mm);
 
fill((-4,-4)--(-4,4)--(4,4)--(4,-4)--cycle,blue);
 
fill((-2,-2)--(-2,2)--(2,2)--(2,-2)--cycle,red);
 
path onewhite=(-1,3)--(0,4)--(1,3)--(0,2)--cycle;
 
fill(onewhite,white);
 
path whites=shift((-2,0))*onewhite;
 
fill(whites,white);
 
fill(rotate(90)*whites,white);
 
fill(rotate(180)*whites,white);
 
fill(rotate(270)*whites,white);
 
</asy>
 

Latest revision as of 15:33, 13 June 2023

A

B

C

D