mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 08:23:31 +02:00
progress
This commit is contained in:
@@ -25,7 +25,7 @@ pub fn main() void {
|
||||
|
||||
// Please set the continue expression so that we get the desired
|
||||
// results in the print statement below.
|
||||
while (n < 1000) : ??? {
|
||||
while (n < 1000) : (n *= 2) {
|
||||
// Print the current number
|
||||
std.debug.print("{} ", .{n});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user