012
This commit is contained in:
parent
4bd74bcb27
commit
1e0a951e6c
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue