mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
committed by
GitHub
co-authored by
GitHub
parent
86e017eb32
commit
bc402e8eb1
@@ -17,7 +17,7 @@ pub fn main() void {
|
||||
try stdout.print("my_num={}\n", .{my_num});
|
||||
}
|
||||
|
||||
// Just don't modify this function. It's "perfect" the way it is. :-)
|
||||
// This function is obviously weird and non-functional. But you will not be changing it for this quiz.
|
||||
fn getNumber() NumError!u32 {
|
||||
if (false) return NumError.IllegalNumber;
|
||||
return 42;
|
||||
|
||||
Reference in New Issue
Block a user