mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-28 10:26:29 +00:00
f6d1b36be2
Patches cleaned and fixed by hand as proof of my devotion. <3
8 lines
175 B
Diff
8 lines
175 B
Diff
85c84
|
|
< for (???) |s| {
|
|
---
|
|
> for (my_seq) |s| {
|
|
97c96
|
|
< while (??? != my_sentinel) {
|
|
---
|
|
> while (my_seq[i] != my_sentinel) {
|