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.
This commit is contained in:
Tom
2026-04-11 21:10:13 -07:00
parent b225538aed
commit 2472caa183
3 changed files with 134 additions and 61 deletions

View File

@@ -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",