add ex076 sentinels
This commit is contained in:
parent
6ae7a4496f
commit
88f88f02d8
4 changed files with 134 additions and 1 deletions
8
patches/patches/076_sentinels.patch
Normal file
8
patches/patches/076_sentinels.patch
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
82c82
|
||||
< for (???) |s| {
|
||||
---
|
||||
> for (my_seq) |s| {
|
||||
94c94
|
||||
< while (??? != my_sentinel) {
|
||||
---
|
||||
> while (my_seq[i] != my_sentinel) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue