1
0
Fork 0
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:
Harold Anderson 2024-07-28 08:40:30 -07:00
parent 0f6e849660
commit 3f6facb263

View file

@ -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 {