mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-11 01:20:00 +00:00
add ex54 multipointers
This commit is contained in:
4
patches/patches/54_multipointers.patch
Normal file
4
patches/patches/54_multipointers.patch
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
33c33
|
||||||
|
< const zen12_string: []const u8 = zen_multiptr;
|
||||||
|
---
|
||||||
|
> const zen12_string: []const u8 = zen_multiptr[0..21];
|
||||||
Reference in New Issue
Block a user