diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-01-24 04:22:47 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-01-24 04:22:47 +0330 |
commit | 6a2b633d6fdc10ffb496f90912f57ec72daf25f6 (patch) | |
tree | 0aff0ac51f69ed0ce89f5671cf524bc1c8800d01 /test | |
parent | 5d46c19b25a05a289ccecfa38bc0be849af87877 (diff) |
some clean up
Diffstat (limited to 'test')
-rw-r--r-- | test/main.felan | 2 |
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; }; |