mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 01:33:30 +02:00
Added ex 45 optionals
(And secretly added the patches/ dir. Don't tell anybody!)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
32c32
|
||||
< var answer: u8 = result;
|
||||
---
|
||||
> var answer: u8 = result orelse 42;
|
||||
Reference in New Issue
Block a user