From ee514d4ca694cd6cf93307572ff2e65e1266a4b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Mon, 1 Mar 2021 18:27:47 +0100 Subject: clean it up a bit --- main.sy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.sy') diff --git a/main.sy b/main.sy index e7c344d..96e055d 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() } -- cgit v1.2.1