mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 01:20:00 +00:00
exercise for new for-loops
This commit is contained in:
4
patches/patches/095_for_loops.patch
Normal file
4
patches/patches/095_for_loops.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
49c49
|
||||
< for (???) |n| {
|
||||
---
|
||||
> for (1..21) |n| {
|
||||
Reference in New Issue
Block a user