summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorTom <git@halffull.org>2026-04-11 21:10:13 -0700
committerTom <git@halffull.org>2026-04-12 07:16:33 -0700
commit2472caa18377d36d68c5c5b5989726d2df783866 (patch)
tree6ddfb7595700feccda672cd859ed077a3c06b258 /build.zig
parentb225538aed949c50559e37f137663008539fcdee (diff)
Replace exercise 074_comptime9
The exercise no longer needed any modifications to pass due to advancements in Zig. This new exercise attempts to teach about @compileError, @compileLog, and some comptime debugging. It tries to help prepare users for the "super bonus challenge" in 075_quiz8.
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.zig b/build.zig
index 9209848..eaaefe6 100644
--- a/build.zig
+++ b/build.zig
@@ -1075,7 +1075,7 @@ const exercises = [_]Exercise{
},
.{
.main_file = "074_comptime9.zig",
- .output = "My llama value is 2.",
+ .output = "MouseLlama joins the crew!",
},
.{
.main_file = "075_quiz8.zig",