aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-10 20:14:25 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-10 20:14:25 -0500
commit42fde519e90fee5d21e0af553b086a4cab977148 (patch)
tree667169bef4f6a1fa3caf576118461a94c07b8353 /build.zig
parent89187e52a1f6a3df4740b6a136ea87afc2e30692 (diff)
downloadziglings-42fde519e90fee5d21e0af553b086a4cab977148.tar.gz
ziglings-42fde519e90fee5d21e0af553b086a4cab977148.tar.bz2
ziglings-42fde519e90fee5d21e0af553b086a4cab977148.tar.xz
ziglings-42fde519e90fee5d21e0af553b086a4cab977148.zip
add ex 57 unions 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 e8e160e..82a5786 100644
--- a/build.zig
+++ b/build.zig
@@ -288,6 +288,10 @@ const exercises = [_]Exercise{
.main_file = "56_unions2.zig",
.output = "Insect report! Ant alive is: true. Bee visited 16 flowers.",
},
+ .{
+ .main_file = "57_unions3.zig",
+ .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.