mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
added ex061 coercions
This commit is contained in:
4
patches/patches/061_coercions.patch
Normal file
4
patches/patches/061_coercions.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
70c70
|
||||
< const my_letter: ??? = &letter;
|
||||
---
|
||||
> const my_letter: ?*[1]u8 = &letter;
|
||||
Reference in New Issue
Block a user