ziglings/patches/patches/12_while2.patch
2021-02-15 17:13:55 -05:00

4 lines
77 B
Diff

28c28
< while (n < 1000) : ??? {
---
> while (n < 1000) : (n *= 2) {