aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2021-03-09 20:51:00 -0500
committerDave Gauer <[email protected]>2021-03-09 20:51:00 -0500
commitdff61673c8e5278ec7c0b0065327ebe2351d00ee (patch)
tree7ddcf21f28ac23abd73fab16f55292f7aa100af7 /build.zig
parent20520d99f774a93bc9560882dcc56601efef6dd9 (diff)
downloadziglings-dff61673c8e5278ec7c0b0065327ebe2351d00ee.tar.xz
ziglings-dff61673c8e5278ec7c0b0065327ebe2351d00ee.zip
add ex56 for real
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 35f00a1..e8e160e 100644
--- a/build.zig
+++ b/build.zig
@@ -284,6 +284,10 @@ const exercises = [_]Exercise{
.main_file = "55_unions.zig",
.output = "Insect report! Ant alive is: true. Bee visited 15 flowers.",
},
+ .{
+ .main_file = "56_unions2.zig",
+ .output = "Insect report! Ant alive is: true. Bee visited 16 flowers.",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.