Difference between revisions of "User:Andrew Kim"

(Created page with 'Asymptote Test <asy> draw((0,0)--(50,0)); draw((50,0)--(50,50)); draw((50,50)--(0,50)); draw((0,50)--(0,0)); </asy>')
 
Line 1: Line 1:
 
Asymptote Test
 
Asymptote Test
 
<asy>
 
<asy>
draw((0,0)--(50,0));
+
draw((0,0)--(30,0));
draw((50,0)--(50,50));
+
draw((30,0)--(30,30));
draw((50,50)--(0,50));
+
draw((30,30)--(0,30));
draw((0,50)--(0,0));
+
draw((0,30)--(0,0));
 
</asy>
 
</asy>

Revision as of 17:29, 27 October 2010

Asymptote Test [asy] draw((0,0)--(30,0)); draw((30,0)--(30,30)); draw((30,30)--(0,30)); draw((0,30)--(0,0)); [/asy]