forked from zig/exercises
5 lines
121 B
Diff
5 lines
121 B
Diff
33c33
|
|
< const zen12_string: []const u8 = zen_manyptr;
|
|
---
|
|
> const zen12_string: []const u8 = zen_manyptr[0..21];
|