mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-06 10:13:29 +02: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