summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2025-02-09 16:34:56 +0100
committerChris Boesch <chrboesch@noreply.codeberg.org>2025-02-09 16:34:56 +0100
commitb38d70002a36f684698a4e54f8fcf4fa1b56a2d4 (patch)
treef377e26d9c1d49d160b40ec32b8f10905a942fed /build.zig
parentfabedb4a24e86548673dfed53fd8da261b0c6547 (diff)
Skip 74, the compiler corrects this now.
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index e528552..858e43d 100644
--- a/build.zig
+++ b/build.zig
@@ -970,6 +970,7 @@ const exercises = [_]Exercise{
.{
.main_file = "074_comptime9.zig",
.output = "My llama value is 2.",
+ .skip = true,
},
.{
.main_file = "075_quiz8.zig",