From 2f0f823a738ced78d28de2cb86e1ef186a35778b Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 24 Apr 2021 14:34:46 -0400 Subject: add 072 comptime 7 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') 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. -- cgit v1.2.3-ZIG