diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-02-16 20:21:32 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-02-16 20:21:32 -0500 |
| commit | f27601b55825fd8037082338ae996585946ef408 (patch) | |
| tree | ee6c37ade9eec421628fc0d623d6fb1dcd0fd941 /exercises/44_quiz5.zig | |
| parent | efdcfc70d48bbcbb8b3b4fda6b24610418ff8901 (diff) | |
Added ex. 46 optionals 2 - elephants!
Diffstat (limited to 'exercises/44_quiz5.zig')
| -rw-r--r-- | exercises/44_quiz5.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exercises/44_quiz5.zig b/exercises/44_quiz5.zig index 88e0ff7..a3289e9 100644 --- a/exercises/44_quiz5.zig +++ b/exercises/44_quiz5.zig @@ -28,6 +28,8 @@ pub fn main() void { elephantC.tail = &elephantA; visitElephants(&elephantA); + + std.debug.print("\n", .{}); } // This function visits all elephants once, starting with the |
