diff options
| author | Tom <git@halffull.org> | 2026-04-11 21:10:13 -0700 |
|---|---|---|
| committer | Tom <git@halffull.org> | 2026-04-12 07:16:33 -0700 |
| commit | 2472caa18377d36d68c5c5b5989726d2df783866 (patch) | |
| tree | 6ddfb7595700feccda672cd859ed077a3c06b258 /build.zig | |
| parent | b225538aed949c50559e37f137663008539fcdee (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.zig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
