Difference between revisions of "User:Andrew Kim"

Line 1: Line 1:
 
Asymptote Test
 
Asymptote Test
 
<asy>
 
<asy>
draw((0,0)--(10,0));
+
import olympiad;
draw((10,0)--(10,10));
+
unitsize(50);
draw((10,10)--(0,10));
+
A=origin; B=(10,0); C=(10,10); D=(0,10);
draw((0,10)--(0,0));
+
draw(A--B--C--D--cycle);
 
</asy>
 
</asy>

Revision as of 17:47, 27 October 2010

Asymptote Test

import olympiad;
unitsize(50);
A=origin; B=(10,0); C=(10,10); D=(0,10);
draw(A--B--C--D--cycle);
 (Error making remote request. Unknown error_msg)