mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-03 08:53:31 +02:00
add ex076 sentinels
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
82c82
|
||||
< for (???) |s| {
|
||||
---
|
||||
> for (my_seq) |s| {
|
||||
94c94
|
||||
< while (??? != my_sentinel) {
|
||||
---
|
||||
> while (my_seq[i] != my_sentinel) {
|
||||
Reference in New Issue
Block a user