exercises/patches/patches/095_for_loops.patch
2023-04-30 16:45:57 -04:00

5 lines
56 B
Diff

57c57
< for (???) |n| {
---
> for (1..21) |n| {