summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-24 14:34:46 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-24 14:34:46 -0400
commit14c7e733432ab9321e50e75cbf9c56af5aed4a6e (patch)
treefd8449ea0bf10cc1eedf7b08e48737c4e5c7b369 /build.zig
parent5d7217dcbfa2058da504a09bc7b57e539f19d1de (diff)
add 072 comptime 7
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 b4f0b29..22ee5d4 100644
--- a/build.zig
+++ b/build.zig
@@ -362,6 +362,10 @@ const exercises = [_]Exercise{
.main_file = "071_comptime6.zig",
.output = "Narcissus has room in his heart for: me myself.",
},
+ .{
+ .main_file = "072_comptime7.zig",
+ .output = "26",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.