mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-04-18 13:28:36 +01:00
Skip 74, the compiler corrects this now.
This commit is contained in:
parent
fabedb4a24
commit
b38d70002a
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue