exercise for new for-loops

This commit is contained in:
Chris Boesch
2023-03-04 16:07:53 +01:00
parent 582f3b1b09
commit 101151f3f1
4 changed files with 75 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
49c49
< for (???) |n| {
---
> for (1..21) |n| {