mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
add ex083 anon lists
This commit is contained in:
4
patches/patches/083_anonymous_lists.patch
Normal file
4
patches/patches/083_anonymous_lists.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
23c23
|
||||
< const hello = .{'h', 'e', 'l', 'l', 'o'};
|
||||
---
|
||||
> const hello: [5]u8 = .{'h', 'e', 'l', 'l', 'o'};
|
||||
Reference in New Issue
Block a user