summaryrefslogtreecommitdiff
path: root/test/main.felan
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-03-20 19:21:54 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-03-20 19:21:54 +0330
commit6a89e51d47a705be9354d29e14cedef2371fa18c (patch)
tree664646850b00d789b44e0d5e7b29e649ab734506 /test/main.felan
parent69310fa04d9370841c7b4f30c7278fb138b7b2e2 (diff)
made tests auto generated
Diffstat (limited to 'test/main.felan')
-rw-r--r--test/main.felan9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/main.felan b/test/main.felan
deleted file mode 100644
index 3c13579..0000000
--- a/test/main.felan
+++ /dev/null
@@ -1,9 +0,0 @@
-main :: () -> void {
- print_u64 a;
-};
-
-a :: f(b=4,a=5);
-
-f :: (a:u64,b:u64)->u64{
- return a-b;
-};