mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-04-02 07:54:54 +00:00
9 lines
175 B
Diff
9 lines
175 B
Diff
86c86
|
|
< for (???) |s| {
|
|
---
|
|
> for (my_seq) |s| {
|
|
98c98
|
|
< while (??? != my_sentinel) {
|
|
---
|
|
> while (my_seq[i] != my_sentinel) {
|