ziglings/patches/patches/012_while2.patch

5 lines
77 B
Diff

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