Browse Source

Skip 74, the compiler corrects this now.

Chris Boesch 6 months ago
parent
commit
b38d70002a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build.zig

+ 1 - 0
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",