From 7d954e6f5b54bd1dda24c8aa5e968a6185d8017d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 7 Mar 2021 15:08:30 +0100 Subject: remove files --- main.sy | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 main.sy (limited to 'main.sy') 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() -} -- cgit v1.2.1