Skip 74, the compiler corrects this now.

This commit is contained in:
Chris Boesch 2025-02-09 16:34:56 +01:00
parent fabedb4a24
commit b38d70002a
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668

View file

@ -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",