This commit is contained in:
iris committed 2026-04-12 17:26:39 -04:00
1 parent 2582e8c87e
commit f702f47714
9 files changed
+121 -49

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
x :i32 = 3;
y := fn(a: i32, b, c) x = 3;
while true {
print("hello");
}