mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-08 01:57:02 +09:00
chore: Update documentation for the while
loop with continue
statement
This commit is contained in:
parent
0f6e849660
commit
3f6facb263
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
// Then, the "continue expression" is executed and then
|
||||
// the condition is checked again. If the condition is true, the block executes again.
|
||||
//
|
||||
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue