aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-09 20:51:00 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-09 20:51:00 -0500
commit89187e52a1f6a3df4740b6a136ea87afc2e30692 (patch)
tree7ddcf21f28ac23abd73fab16f55292f7aa100af7 /build.zig
parent9277370b4ef26d7c9e9aa473a8b13265b061586d (diff)
downloadziglings-89187e52a1f6a3df4740b6a136ea87afc2e30692.tar.gz
ziglings-89187e52a1f6a3df4740b6a136ea87afc2e30692.tar.bz2
ziglings-89187e52a1f6a3df4740b6a136ea87afc2e30692.tar.xz
ziglings-89187e52a1f6a3df4740b6a136ea87afc2e30692.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.