aboutsummaryrefslogtreecommitdiffstats
path: root/main.sy
diff options
context:
space:
mode:
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 96e055d..e7c344d 100644
--- a/main.sy
+++ b/main.sy
@@ -7,6 +7,6 @@ start :: fn {
42 <=> other.g()
other.g() <=> 42
- // other.third.print_the_third()
+ other.third.print_the_third()
third.print_the_third()
}