aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-04-18 18:05:36 -0400
committerDave Gauer <dave@ratfactor.com>2021-04-18 18:05:36 -0400
commit17a22adce10e016489feb243587f0bf80cdd2f76 (patch)
tree6a784e4280213372d570d264433d4d92bcd903c3 /build.zig
parent881db5eab22b2721be7fdab01286215c605cfcd0 (diff)
add ex068 comptime 3
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 410da75..fe80a3e 100644
--- a/build.zig
+++ b/build.zig
@@ -340,6 +340,10 @@ const exercises = [_]Exercise{
.main_file = "067_comptime2.zig",
.output = "A BB CCC DDDD",
},
+ .{
+ .main_file = "068_comptime3.zig",
+ .output = "Minnow (1:32, 4 x 2)\nShark (1:16, 8 x 5)\nWhale (1:1, 143 x 95)\n",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.