aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-03-07 15:08:30 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-03-07 15:08:34 +0100
commit7d954e6f5b54bd1dda24c8aa5e968a6185d8017d (patch)
tree0f79489b638d202b3f8d7d6612e3ca9076cdf2f2 /main.sy
parent4ddcde3072c79a96544f6fa10f26070a54632d18 (diff)
downloadsylt-7d954e6f5b54bd1dda24c8aa5e968a6185d8017d.tar.gz
remove files
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()
-}