1
0
Fork 0
mirror of https://codeberg.org/ziglings/exercises.git synced 2025-06-08 10:07:01 +09:00
exercises/patches/patches/11_while.patch
2021-02-15 17:13:55 -05:00

4 lines
55 B
Diff

24c24
< while (???) {
---
> while (n < 1024) {