This commit is contained in:
2026-04-12 17:26:39 -04:00
parent 2582e8c87e
commit f702f47714
9 changed files with 121 additions and 49 deletions
+5
View File
@@ -0,0 +1,5 @@
x :i32 = 3;
y := fn(a: i32, b, c) x = 3;
while true {
print("hello");
}