exercises/patches/patches/076_sentinels.patch
Dave Gauer f6d1b36be2 Manually cleaned up patches/patches for issue #73
Patches cleaned and fixed by hand as proof of my devotion. <3
2022-03-19 21:10:44 -04:00

8 lines
175 B
Diff

85c84
< for (???) |s| {
---
> for (my_seq) |s| {
97c96
< while (??? != my_sentinel) {
---
> while (my_seq[i] != my_sentinel) {