ziglings.org/patches/patches/034_quiz4.patch

9 lines
149 B
Diff
Raw Normal View History

2021-02-15 17:13:55 -05:00
12c12
< pub fn main() void {
---
> pub fn main() !void {
15c15
< const my_num: u32 = getNumber();
---
> const my_num: u32 = try getNumber();