aboutsummaryrefslogtreecommitdiff
path: root/tests/main.amal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.amal')
-rw-r--r--tests/main.amal6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/main.amal b/tests/main.amal
index 955806f..26da7d6 100644
--- a/tests/main.amal
+++ b/tests/main.amal
@@ -1,11 +1,11 @@
-const io = @import("tests/io.amal")
+const io = @import("tests/io.amal");
const main = fn {
var hello = fn {
}
- const value = "hello"
- print(value, "world", 356)
+ const value = "hello";
+ print(value, "world", 356);
}
const print = fn {