forked from zig/exercises
5 lines
55 B
Diff
5 lines
55 B
Diff
24c24
|
|
< while (???) {
|
|
---
|
|
> while (n < 1024) {
|