aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-02-28 18:48:49 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-02-28 18:48:49 +0100
commit630bd52c8d5a7d362066d8d05c88a1e76c6c81b1 (patch)
treea0995cb61d79f5a0d337eb3b4c6d12db6920cb30 /main.sy
parent7481792dacae44a7128b3ab250e28f2e6cc9b0b2 (diff)
downloadsylt-630bd52c8d5a7d362066d8d05c88a1e76c6c81b1.tar.gz
imports!
Diffstat (limited to 'main.sy')
-rw-r--r--main.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.sy b/main.sy
index 3730908..c23003e 100644
--- a/main.sy
+++ b/main.sy
@@ -2,5 +2,5 @@ use other
start :: fn {
other.f()
- print other.g()
+ // print other.g()
}