From ea17a9c8cb1db6f828ae187053c799bf3cdefd4b Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 22 Apr 2021 17:17:25 -0400 Subject: add 071 comptime 6 inline for --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index fa70eb3..e234c9c 100644 --- a/build.zig +++ b/build.zig @@ -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. -- cgit v1.2.3