Skip to content

Commit c9a1b09

Browse files
committed
Update while-loop.c
1 parent 0c128a6 commit c9a1b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c/basics/while-loop.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// NOTE: use break to exit loop, continue to skip one iteration
12
int a = 0;
23

34
while (a < 5) {

0 commit comments

Comments
 (0)