add ex073 comptime 8

This commit is contained in:
Dave Gauer 2021-04-26 20:01:54 -04:00
parent 8dd47f8bcc
commit cae0fbe0b2
3 changed files with 77 additions and 0 deletions

View file

@ -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.