This commit is contained in:
2026-06-01 23:03:35 -04:00
parent 1d568f8ce3
commit c2a8c50a6d
5 changed files with 64 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
x : i32 = 3;
x : u32 = 3;
while true {
print("hello");
print(x);