mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 09:23:29 +02:00
5 lines
86 B
Diff
5 lines
86 B
Diff
32c32
|
|
< const answer: u8 = result;
|
|
---
|
|
> const answer: u8 = result orelse 42;
|