This commit is contained in:
2026-06-04 01:51:58 +02:00
parent b7ff71cb9e
commit a26eca2a63
23 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pub fn main() void {
// Oh dear! This while loop will go forever?!
// Please fix this so the print statement below gives the desired output.
while (true) : (n += 1) {
if (???) ???;
if (n == 4) break;
}
// Result: we want n=4