mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 17:53:30 +02:00
9 lines
175 B
Diff
9 lines
175 B
Diff
85c84
|
|
< for (???) |s| {
|
|
---
|
|
> for (my_seq) |s| {
|
|
97c96
|
|
< while (??? != my_sentinel) {
|
|
---
|
|
> while (my_seq[i] != my_sentinel) {
|