mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-12 01:49:59 +00:00
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
24c24
|
||||
< const printable: [*:0]const u8 = ???;
|
||||
---
|
||||
> const printable: [*:0]const u8 = @ptrCast([*:0]const u8, data);
|
||||
> const printable: [*:0]const u8 = @ptrCast(data);
|
||||
|
||||
Reference in New Issue
Block a user