summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-06 20:32:36 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-06 20:32:36 -0400
commite9547cf808e08331aa476b8b7c66fa23fc2d7ee5 (patch)
tree3382c9e4ad2c6f42b44b3232fd5d035fc03271bf /build.zig
parentc1371f5659e78b7ae27d554c311cc658da6a8252 (diff)
add ex076 sentinels
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 f427b98..2489e2a 100644
--- a/build.zig
+++ b/build.zig
@@ -379,6 +379,10 @@ const exercises = [_]Exercise{
.output = "Archer's Point--2->Bridge--1->Dogwood Grove--3->Cottage--2->East Pond--1->Fox Pond",
.hint = "Roll up those sleeves. You get to WRITE some code for this one.",
},
+ .{
+ .main_file = "076_sentinels.zig",
+ .output = "Array:123056. Many-pointer:123.",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.