aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
diff options
context:
space:
mode:
authorEdvard Thörnros <edvard.thornros@gmail.com>2021-03-01 18:50:29 +0100
committerEdvard Thörnros <edvard.thornros@gmail.com>2021-03-01 18:50:29 +0100
commit6a362119925cbcf7d14c7fa2a0d41c0745e86d92 (patch)
tree10df9c5cd7a2fc84610affab11651d8e956cb996 /main.sy
parentaa67c8b497c6f900147fdc2507a6279a18800e5b (diff)
downloadsylt-6a362119925cbcf7d14c7fa2a0d41c0745e86d92.tar.gz
fixed everything with a clone!
Diffstat (limited to 'main.sy')
-rw-r--r--main.sy1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.sy b/main.sy
index e7c344d..2e21a69 100644
--- a/main.sy
+++ b/main.sy
@@ -9,4 +9,5 @@ start :: fn {
other.third.print_the_third()
third.print_the_third()
+ third.main.other.third.main.third.print_the_third()
}