diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-07-21 11:33:32 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-07-21 11:33:32 -0400 |
commit | 8fb767d1aa491886b217d8c30ed415ce1a4bb94a (patch) | |
tree | 07e45a039174c3dbfe212224157c6ef528a99d93 | |
parent | a637f5e45ffef0abae4bcb08725fc2c603732e55 (diff) | |
download | ziglings-8fb767d1aa491886b217d8c30ed415ce1a4bb94a.tar.gz ziglings-8fb767d1aa491886b217d8c30ed415ce1a4bb94a.tar.bz2 ziglings-8fb767d1aa491886b217d8c30ed415ce1a4bb94a.tar.xz ziglings-8fb767d1aa491886b217d8c30ed415ce1a4bb94a.zip |
Cleaned trailing spaces, added trailing commas
-rw-r--r-- | build.zig | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -302,10 +302,10 @@ 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", @@ -336,10 +336,10 @@ 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", |