mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-12 09:59:59 +00:00
Fix 076, add 077,078 sentinels and many-item pointers
This commit is contained in:
4
patches/patches/077_sentinels2.patch
Normal file
4
patches/patches/077_sentinels2.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
63c63
|
||||
< const printable = ???;
|
||||
---
|
||||
> const printable = foo.data[0..foo.length];
|
||||
Reference in New Issue
Block a user