summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-28 05:19:39 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-28 05:19:39 +0330
commit378aa3eee5db8c85b94f0d1852b82a259800fd40 (patch)
tree9178678d4c40e24b04c5b197eee39be35150b060 /test
parent5adca3ef1277b9e7f8f4d77e1b2ecce9ad78d76b (diff)
add automatic type finding to u64 values
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 c0d9a4d..d1e576d 100644
--- a/test/main.felan
+++ b/test/main.felan
@@ -1,4 +1,4 @@
main :: () -> void {
- a : u64 : 1423;
+ a :: 1423;
print_u64 a;
};