add ex076 sentinels

This commit is contained in:
Dave Gauer 2021-05-06 20:32:36 -04:00
parent 6ae7a4496f
commit 88f88f02d8
4 changed files with 134 additions and 1 deletions

View file

@ -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.