add 071 comptime 6 inline for

This commit is contained in:
Dave Gauer 2021-04-22 17:17:25 -04:00
parent 8859f7a1fe
commit 5a7c4d0779
5 changed files with 69 additions and 1 deletions

View file

@ -353,6 +353,10 @@ const exercises = [_]Exercise{
.output = "\"Quack.\" ducky1: true, \"Squeek!\" ducky2: true, ducky3: false",
.hint = "Have you kept the wizard hat on?",
},
.{
.main_file = "071_comptime6.zig",
.output = "Narcissus has room in his heart for: me myself.",
},
};
/// Check the zig version to make sure it can compile the examples properly.