summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/square.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/square.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/square.asy1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/doc/asymptote/examples/square.asy b/Master/texmf/doc/asymptote/examples/square.asy
new file mode 100644
index 00000000000..f3f34a4c628
--- /dev/null
+++ b/Master/texmf/doc/asymptote/examples/square.asy
@@ -0,0 +1 @@
+draw((0,0)--(100,0)--(100,100)--(0,100)--cycle);