From 38b6de1e7156ad8b92284273f544ab1b8a803b49 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 4 Apr 2021 16:05:44 -0400 Subject: Added epic ex058 - quiz 7 --- build.zig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 22d4a9f..23d3a04 100644 --- a/build.zig +++ b/build.zig @@ -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. -- cgit v1.2.3-ZIG