forked from zig/exercises
5 lines
63 B
Diff
5 lines
63 B
Diff
21c21
|
|
< if (???) ???;
|
|
---
|
|
> if (n == 4) break;
|