Difference between revisions of "User:Andrew Kim"
Andrew Kim (talk | contribs) |
Andrew Kim (talk | contribs) |
||
Line 1: | Line 1: | ||
Asymptote Test | Asymptote Test | ||
<asy> | <asy> | ||
+ | import olympiad; | ||
+ | unitsize(50); | ||
+ | pair A, B, C, D; | ||
A=(0,0); B=(10,0); C=(10,10); D=(0,10); | A=(0,0); B=(10,0); C=(10,10); D=(0,10); | ||
draw(A--B--C--D--cycle); | draw(A--B--C--D--cycle); | ||
</asy> | </asy> |
Revision as of 16:49, 27 October 2010
Asymptote Test