diff options
author | Dave Gauer <dave@ratfactor.com> | 2022-07-31 15:57:20 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2022-07-31 15:58:24 -0400 |
commit | b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f (patch) | |
tree | 13bcaa129e879d2d97e71f48cc061642a3cfef4a /build.zig | |
parent | 0e64778f3c27a4b42cc94f12c8c7029daed1bd8a (diff) | |
download | ziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.tar.gz ziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.tar.bz2 ziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.tar.xz ziglings-b8617bb7527d39874b507a4c25bdaa8b6c4f4c3f.zip |
Correct conventional Zig reference vs value passing re #89
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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", |