aboutsummaryrefslogtreecommitdiffstats
path: root/other.sy
diff options
context:
space:
mode:
Diffstat (limited to 'other.sy')
-rw-r--r--other.sy11
1 files changed, 0 insertions, 11 deletions
diff --git a/other.sy b/other.sy
deleted file mode 100644
index cee7fde..0000000
--- a/other.sy
+++ /dev/null
@@ -1,11 +0,0 @@
-use third
-
-f :: fn {
- print "f"
-}
-
-
-g :: fn -> int {
- answer :: 42
- ret answer
-}