add ex073 comptime 8

This commit is contained in:
Dave Gauer
2021-04-26 20:01:54 -04:00
parent 2ecf31daa4
commit db20e9541a
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.