From e9cf13bce8d3bfc59542f0b59764a6c46756543a Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 8 Apr 2021 18:42:19 -0400 Subject: added 059 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 0739554..a0a73d7 100644 --- a/build.zig +++ b/build.zig @@ -302,6 +302,10 @@ const exercises = [_]Exercise{ .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.", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG