From 42fde519e90fee5d21e0af553b086a4cab977148 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 10 Mar 2021 20:14:25 -0500 Subject: add ex 57 unions 3 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') 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. -- cgit v1.2.3-ZIG