From b38d70002a36f684698a4e54f8fcf4fa1b56a2d4 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Sun, 9 Feb 2025 16:34:56 +0100 Subject: [PATCH] Skip 74, the compiler corrects this now. --- build.zig | 1 + 1 file changed, 1 insertion(+) 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",