aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-22 17:17:25 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-22 17:17:25 -0400
commit5a7c4d07793e7193911372ee34195dfc64dd7e70 (patch)
treed499e74aaa005ba5886576a8ffa78547bc27c23d /build.zig
parent8859f7a1fe8215853b56c3db3a2d043ae860d405 (diff)
downloadziglings-5a7c4d07793e7193911372ee34195dfc64dd7e70.tar.gz
ziglings-5a7c4d07793e7193911372ee34195dfc64dd7e70.tar.bz2
ziglings-5a7c4d07793e7193911372ee34195dfc64dd7e70.tar.xz
ziglings-5a7c4d07793e7193911372ee34195dfc64dd7e70.zip
add 071 comptime 6 inline for
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 4 insertions, 0 deletions
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.