This commit is contained in:
iris committed 2026-04-18 00:16:03 -04:00
1 parent b3f77076d4
commit d864adfd05
12 files changed
+167 -38

No files matched your search

+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() {
}
+3
View File
@@ -0,0 +1,3 @@
fn thing() {
print("hello from other");
}