diff options
author | Airbus5717 <Abdussamadf350@gmail.com> | 2021-07-21 17:02:13 +0300 |
---|---|---|
committer | Airbus5717 <Abdussamadf350@gmail.com> | 2021-07-21 17:02:13 +0300 |
commit | 08094c005f7ca5dffb2d4ddd6b02a36a0fc65c2f (patch) | |
tree | 53c06f25db2cd21fbdaf612bd0b0582a8773ea40 /build.zig | |
parent | 243df7681d0ee4c864a36037f300b1c24cef9e01 (diff) | |
download | ziglings-08094c005f7ca5dffb2d4ddd6b02a36a0fc65c2f.tar.gz ziglings-08094c005f7ca5dffb2d4ddd6b02a36a0fc65c2f.tar.bz2 ziglings-08094c005f7ca5dffb2d4ddd6b02a36a0fc65c2f.tar.xz ziglings-08094c005f7ca5dffb2d4ddd6b02a36a0fc65c2f.zip |
fix fmt
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -302,7 +302,11 @@ const exercises = [_]Exercise{ .main_file = "057_unions3.zig", .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.", }, - .{ .main_file = "058_quiz7.zig", .output = "Archer's Point--2->Bridge--1->Dogwood Grove--3->Cottage--2->East Pond--1->Fox Pond", .hint = "This is the biggest program we've seen yet. But you can do it!" }, + .{ + .main_file = "058_quiz7.zig", + .output = "Archer's Point--2->Bridge--1->Dogwood Grove--3->Cottage--2->East Pond--1->Fox Pond", + .hint = "This is the biggest program we've seen yet. But you can do it!" + }, .{ .main_file = "059_integers.zig", .output = "Zig is cool.", |