add 072 comptime 7
This commit is contained in:
parent
92307078d5
commit
2f0f823a73
3 changed files with 74 additions and 0 deletions
|
|
@ -362,6 +362,10 @@ const exercises = [_]Exercise{
|
|||
.main_file = "071_comptime6.zig",
|
||||
.output = "Narcissus has room in his heart for: me myself.",
|
||||
},
|
||||
.{
|
||||
.main_file = "072_comptime7.zig",
|
||||
.output = "26",
|
||||
},
|
||||
};
|
||||
|
||||
/// Check the zig version to make sure it can compile the examples properly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue