aboutsummaryrefslogtreecommitdiff
path: root/example.imp
diff options
context:
space:
mode:
Diffstat (limited to 'example.imp')
-rw-r--r--example.imp1
1 files changed, 0 insertions, 1 deletions
diff --git a/example.imp b/example.imp
deleted file mode 100644
index d87c891..0000000
--- a/example.imp
+++ /dev/null
@@ -1 +0,0 @@
-(x := 1; while x < 10 do x := (x * 2) end)