aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
diff options
context:
space:
mode:
Diffstat (limited to 'main.sy')
-rw-r--r--main.sy13
1 files changed, 0 insertions, 13 deletions
diff --git a/main.sy b/main.sy
deleted file mode 100644
index 2e21a69..0000000
--- a/main.sy
+++ /dev/null
@@ -1,13 +0,0 @@
-use other
-use third
-
-start :: fn {
- other.f()
- print other.g()
- 42 <=> other.g()
- other.g() <=> 42
-
- other.third.print_the_third()
- third.print_the_third()
- third.main.other.third.main.third.print_the_third()
-}