mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 23:25:37 +00:00
5 lines
124 B
Diff
5 lines
124 B
Diff
24c24
|
|
< const printable: [*:0]const u8 = ???;
|
|
---
|
|
> const printable: [*:0]const u8 = @ptrCast([*:0]const u8, data);
|