mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-07 18:33:29 +02:00
Fix 076, add 077,078 sentinels and many-item pointers
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
82c82
|
||||
83c83
|
||||
< for (???) |s| {
|
||||
---
|
||||
> for (my_seq) |s| {
|
||||
94c94
|
||||
95c95
|
||||
< while (??? != my_sentinel) {
|
||||
---
|
||||
> while (my_seq[i] != my_sentinel) {
|
||||
|
||||
Reference in New Issue
Block a user