Added ex 45 optionals

(And secretly added the patches/ dir. Don't tell anybody!)
This commit is contained in:
Dave Gauer
2021-02-14 10:49:09 -05:00
parent 16dbeea7f5
commit 545573fc84
5 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
32c32
< var answer: u8 = result;
---
> var answer: u8 = result orelse 42;