diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-01-27 16:10:47 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-01-27 16:13:24 +0330 |
commit | 7a8b8ff4bee2373e1e0f3b2b1837dc25041e1a1d (patch) | |
tree | 38331ef33be27a4867ed5171768fdd42787b66aa /test | |
parent | 64331c144518b8ab1c3cf08473771e0d3f14f67b (diff) |
clean up
removed print hello world
Diffstat (limited to 'test')
-rw-r--r-- | test/main.felan | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/main.felan b/test/main.felan index 2858216..63ec640 100644 --- a/test/main.felan +++ b/test/main.felan @@ -1,4 +1,3 @@ main :: () -> void { - print; print_u64 158234; }; |