1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-06-27 06:40:16 +02:00

add ex54 multipointers

This commit is contained in:
Dave Gauer 2021-03-06 21:29:29 -05:00
parent 5f22bf5c24
commit b9dd85d874

View File

@ -0,0 +1,4 @@
33c33
< const zen12_string: []const u8 = zen_multiptr;
---
> const zen12_string: []const u8 = zen_multiptr[0..21];