diff options
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/square.asy')
-rw-r--r-- | Master/texmf-dist/doc/asymptote/examples/square.asy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/square.asy b/Master/texmf-dist/doc/asymptote/examples/square.asy new file mode 100644 index 00000000000..6fd9d2314d7 --- /dev/null +++ b/Master/texmf-dist/doc/asymptote/examples/square.asy @@ -0,0 +1,2 @@ +size(3cm); +draw((0,0)--(1,0)--(1,1)--(0,1)--cycle); |