diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-06 20:32:36 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-06 20:32:36 -0400 |
commit | 88f88f02d8a4549584720e86c634d71959db5990 (patch) | |
tree | 3382c9e4ad2c6f42b44b3232fd5d035fc03271bf /build.zig | |
parent | 6ae7a4496ff30de9cf406806f049e8d9e6736990 (diff) | |
download | ziglings-88f88f02d8a4549584720e86c634d71959db5990.tar.gz ziglings-88f88f02d8a4549584720e86c634d71959db5990.tar.bz2 ziglings-88f88f02d8a4549584720e86c634d71959db5990.tar.xz ziglings-88f88f02d8a4549584720e86c634d71959db5990.zip |
add ex076 sentinels
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |