mirror of
https://codeberg.org/ziglings/exercises.git
synced 2024-12-26 09:30:31 +00:00
545573fc84
(And secretly added the patches/ dir. Don't tell anybody!)
4 lines
82 B
Diff
4 lines
82 B
Diff
32c32
|
|
< var answer: u8 = result;
|
|
---
|
|
> var answer: u8 = result orelse 42;
|