diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-04-08 18:42:19 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-04-08 18:42:19 -0400 |
commit | e9cf13bce8d3bfc59542f0b59764a6c46756543a (patch) | |
tree | d6c67aeffaf01e2121b7e4001ec501741ecbf141 /build.zig | |
parent | 74221f2fb2f32b52e51ffe1af4572a8940229b96 (diff) | |
download | ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.tar.gz ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.tar.bz2 ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.tar.xz ziglings-e9cf13bce8d3bfc59542f0b59764a6c46756543a.zip |
added 059
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |