diff options
Diffstat (limited to 'patches/patches/34_quiz4.patch')
-rw-r--r-- | patches/patches/34_quiz4.patch | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/patches/patches/34_quiz4.patch b/patches/patches/34_quiz4.patch index 8b13789..b259352 100644 --- a/patches/patches/34_quiz4.patch +++ b/patches/patches/34_quiz4.patch @@ -1 +1,8 @@ - +12c12 +< pub fn main() void { +--- +> pub fn main() !void { +15c15 +< const my_num: u32 = getNumber(); +--- +> const my_num: u32 = try getNumber(); |