diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-11-07 21:16:46 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-11-07 21:16:46 -0500 |
commit | 10a0cda1368f25aef0864e935b0478020c3b3bd2 (patch) | |
tree | 5d8b8a701b3c5d5832ad8161130f6f1be7dfe619 | |
parent | d1e684126176214b65399034c96b6f52189b2b72 (diff) | |
download | ziglings-10a0cda1368f25aef0864e935b0478020c3b3bd2.tar.gz ziglings-10a0cda1368f25aef0864e935b0478020c3b3bd2.tar.bz2 ziglings-10a0cda1368f25aef0864e935b0478020c3b3bd2.tar.xz ziglings-10a0cda1368f25aef0864e935b0478020c3b3bd2.zip |
Adding note to the monster 058 for the unwary
-rw-r--r-- | exercises/058_quiz7.zig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/exercises/058_quiz7.zig b/exercises/058_quiz7.zig index d903e82..dcff65a 100644 --- a/exercises/058_quiz7.zig +++ b/exercises/058_quiz7.zig @@ -28,6 +28,16 @@ // a little Zig program to help him plan his trips through the woods, // but it has some mistakes. // +// ************************************************************* +// * A NOTE ABOUT THIS EXERCISE * +// * * +// * You do NOT have to read an understand every bit of this * +// * program. This is a very big example. Feel free to skim * +// * through it and then just focus on the few parts that are * +// * actually broken! * +// * * +// ************************************************************* +// const print = @import("std").debug.print; // The grue is a nod to Zork. |