From fca600290cd6e74e3f324150abca02044613a46e Mon Sep 17 00:00:00 2001 From: Airbus5717 Date: Wed, 21 Jul 2021 17:03:44 +0300 Subject: [PATCH] another fix --- build.zig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.zig b/build.zig index 645419c..70127ad 100644 --- a/build.zig +++ b/build.zig @@ -336,7 +336,11 @@ const exercises = [_]Exercise{ .main_file = "065_builtins2.zig", .output = "A Narcissus loves all Narcissuses. He has room in his heart for: me myself.", }, - .{ .main_file = "066_comptime.zig", .output = "Immutable: 12345, 987.654; Mutable: 54321, 456.789; Types: comptime_int, comptime_float, u32, f32", .hint = "It may help to read this one out loud to your favorite stuffed animal until it sinks in completely." }, + .{ + .main_file = "066_comptime.zig", + .output = "Immutable: 12345, 987.654; Mutable: 54321, 456.789; Types: comptime_int, comptime_float, u32, f32", + .hint = "It may help to read this one out loud to your favorite stuffed animal until it sinks in completely." + }, .{ .main_file = "067_comptime2.zig", .output = "A BB CCC DDDD",