mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 00:13:30 +02:00
Apply zig fmt to exercises
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user