add ex073 comptime 8
This commit is contained in:
parent
8dd47f8bcc
commit
cae0fbe0b2
3 changed files with 77 additions and 0 deletions
|
|
@ -366,6 +366,10 @@ const exercises = [_]Exercise{
|
|||
.main_file = "072_comptime7.zig",
|
||||
.output = "26",
|
||||
},
|
||||
.{
|
||||
.main_file = "073_comptime8.zig",
|
||||
.output = "My llama value is 25.",
|
||||
},
|
||||
};
|
||||
|
||||
/// Check the zig version to make sure it can compile the examples properly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue