mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 16:33:31 +02:00
5 lines
77 B
Diff
5 lines
77 B
Diff
28c28
|
|
< while (n < 1000) : ??? {
|
|
---
|
|
> while (n < 1000) : (n *= 2) {
|