mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Adding note to the monster 058 for the unwary
This commit is contained in:
parent
40656031c5
commit
86e017eb32
1 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue