Merge pull request 'Skip 74, the compiler corrects this now.' (#205) from i204 into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/205
This commit is contained in:
Chris Boesch 2025-02-09 15:54:11 +00:00
commit bfa0e624f1

View File

@ -970,6 +970,7 @@ const exercises = [_]Exercise{
.{ .{
.main_file = "074_comptime9.zig", .main_file = "074_comptime9.zig",
.output = "My llama value is 2.", .output = "My llama value is 2.",
.skip = true,
}, },
.{ .{
.main_file = "075_quiz8.zig", .main_file = "075_quiz8.zig",