diff options
author | Airbus5717 <Abdussamadf350@gmail.com> | 2021-07-21 17:03:44 +0300 |
---|---|---|
committer | Airbus5717 <Abdussamadf350@gmail.com> | 2021-07-21 17:03:44 +0300 |
commit | 1cc0b3866640100d727b2b028a35a813621c0901 (patch) | |
tree | 15726b89c26348e50a60a5e82c6b1e6dccf45584 /build.zig | |
parent | 08094c005f7ca5dffb2d4ddd6b02a36a0fc65c2f (diff) | |
download | ziglings-1cc0b3866640100d727b2b028a35a813621c0901.tar.gz ziglings-1cc0b3866640100d727b2b028a35a813621c0901.tar.bz2 ziglings-1cc0b3866640100d727b2b028a35a813621c0901.tar.xz ziglings-1cc0b3866640100d727b2b028a35a813621c0901.zip |
another fix
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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", |