Correct conventional Zig reference vs value passing re #89

This commit is contained in:
Dave Gauer
2022-07-31 15:57:20 -04:00
parent 18c761d85d
commit dee6a96ddf
7 changed files with 49 additions and 19 deletions

View File

@@ -240,7 +240,8 @@ const exercises = [_]Exercise{
},
.{
.main_file = "043_pointers5.zig",
.output = "Wizard (G:10 H:100 XP:20)",
.output = "Wizard (G:10 H:100 XP:20)\n Mentor: Wizard (G:10000 H:100 XP:2340)",
},
.{
.main_file = "044_quiz5.zig",