This commit is contained in:
2026-04-17 18:51:12 -04:00
parent 2f91e454dd
commit b3f77076d4
20 changed files with 244 additions and 192 deletions
+4
View File
@@ -7,3 +7,7 @@ while true {
let y = true;
if y => print("hello");
fn thing() {
}
View File