From cae0fbe0b2ae1d24769d322e4a2b6c46ca3d97d7 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Mon, 26 Apr 2021 20:01:54 -0400 Subject: add ex073 comptime 8 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index eafcfef..9581e17 100644 --- a/build.zig +++ b/build.zig @@ -366,6 +366,10 @@ const exercises = [_]Exercise{ .main_file = "072_comptime7.zig", .output = "26", }, + .{ + .main_file = "073_comptime8.zig", + .output = "My llama value is 25.", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG