From 89187e52a1f6a3df4740b6a136ea87afc2e30692 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Tue, 9 Mar 2021 20:51:00 -0500 Subject: add ex56 for real --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') 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. -- cgit v1.2.3-ZIG