summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-06 10:34:20 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-02-06 10:34:20 +0330
commitb89bec88a56b81d3524ed082db9796ef3169b060 (patch)
tree1be62c1568328066640f1fdd6737c17607df0df4 /test
parentf5f8e53b9d4c7ad2bd635a0b2273cd2fa90ff8b4 (diff)
prepairing to have better functions
fix bug
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 ef82130..6ee5abf 100644
--- a/test/main.felan
+++ b/test/main.felan
@@ -7,7 +7,7 @@ main :: () -> void {
};
a := 1;
-b := 124;
+b := 3;
fun :: ()->void {
print_u64 a;