Asymptote (Vector Graphics Language)

Revision as of 20:15, 18 September 2019 by Curiousmonkey (talk | contribs) (Replaced content with "<asy> draw((0,0)--(3,7)); dot((0,0)); dot((3,7)); </asy>")

[asy] draw((0,0)--(3,7)); dot((0,0)); dot((3,7)); [/asy]