mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05: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;
|