Art of Problem Solving

Asymptote (Vector Graphics Language): Difference between revisions

Curiousmonkey (talk | contribs)
No edit summary
Curiousmonkey (talk | contribs)
No edit summary
Line 1: Line 1:
<asy>
<asy>
draw((0,0)--(2,-2)--(0,5)--(0,0));
draw((0,0)--(2,-2)--(0,5)--cycle);
</asy>
</asy>

Revision as of 19:59, 18 September 2019

[asy] draw((0,0)--(2,-2)--(0,5)--cycle); [/asy]