This commit is contained in:
2026-04-18 00:16:03 -04:00
parent b3f77076d4
commit d864adfd05
12 changed files with 167 additions and 38 deletions
+2 -1
View File
@@ -1,3 +1,5 @@
modl other;
let x: i32 = 3;
while true {
print("hello");
@@ -9,5 +11,4 @@ let y = true;
if y => print("hello");
fn thing() {
}