Apply zig fmt to exercises
This commit is contained in:
parent
e58f155bd6
commit
2f821bd5e8
37 changed files with 152 additions and 144 deletions
|
|
@ -19,11 +19,10 @@ const std = @import("std");
|
|||
pub fn main() void {
|
||||
// The new function deepThought() should return the number 42. See below.
|
||||
const answer: u8 = deepThought();
|
||||
|
||||
|
||||
std.debug.print("Answer to the Ultimate Question: {}\n", .{answer});
|
||||
}
|
||||
|
||||
//
|
||||
// Please define the deepThought() function below.
|
||||
//
|
||||
// We're just missing a couple things. One thing we're NOT missing is the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue