mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
4 lines
113 B
Diff
4 lines
113 B
Diff
23c23
|
|
< const hello = .{'h', 'e', 'l', 'l', 'o'};
|
|
---
|
|
> const hello: [5]u8 = .{'h', 'e', 'l', 'l', 'o'};
|