mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 09:23:29 +02:00
5 lines
94 B
Diff
5 lines
94 B
Diff
70c70
|
|
< const my_letter: ??? = &letter;
|
|
---
|
|
> const my_letter: ?*[1]u8 = &letter;
|