summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-24 04:22:47 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-24 04:22:47 +0330
commit6a2b633d6fdc10ffb496f90912f57ec72daf25f6 (patch)
tree0aff0ac51f69ed0ce89f5671cf524bc1c8800d01 /test
parent5d46c19b25a05a289ccecfa38bc0be849af87877 (diff)
some clean up
Diffstat (limited to 'test')
-rw-r--r--test/main.felan2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.felan b/test/main.felan
index 92881c9..626bd50 100644
--- a/test/main.felan
+++ b/test/main.felan
@@ -1,3 +1,3 @@
-main : ()->void : () -> void {
+main : (a:void)->void : (a:void) -> void {
print;
};