diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-04 16:05:44 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-04 16:05:44 -0400 |
commit | 38b6de1e7156ad8b92284273f544ab1b8a803b49 (patch) | |
tree | 1445885b4164306d1c72ba33e346ac5276100308 /build.zig | |
parent | bfa0f08795890d32b949001a50d8ff947d1bda33 (diff) | |
download | ziglings-38b6de1e7156ad8b92284273f544ab1b8a803b49.tar.gz ziglings-38b6de1e7156ad8b92284273f544ab1b8a803b49.tar.bz2 ziglings-38b6de1e7156ad8b92284273f544ab1b8a803b49.tar.xz ziglings-38b6de1e7156ad8b92284273f544ab1b8a803b49.zip |
Added epic ex058 - quiz 7
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -297,6 +297,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!" + }, }; /// Check the zig version to make sure it can compile the examples properly. |