Difference between revisions of "Asymptote (Vector Graphics Language)"

Line 1: Line 1:
 
<asy>
 
<asy>
draw((0,0)--(5,-5))
+
draw((0,0)--(2,-2)--(0,5)--(0,0));
 
</asy>
 
</asy>

Revision as of 20:54, 18 September 2019

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