summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-08 18:42:19 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-08 18:42:19 -0400
commit1427d3b6f18f910d9c45efee407de1476d7e6121 (patch)
treed6c67aeffaf01e2121b7e4001ec501741ecbf141 /build.zig
parent34eef5bd242ab8c6de992f4da1c87c1d46a2be22 (diff)
added 059
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 4 insertions, 0 deletions
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.