From 9e4339aae48dc2270435dc12b25c23eae418fbc1 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Tue, 16 Mar 2021 10:30:25 -0400 Subject: removed dupe ex 057 from build script --- build.zig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 1467fe7..22d4a9f 100644 --- a/build.zig +++ b/build.zig @@ -297,10 +297,6 @@ const exercises = [_]Exercise{ .main_file = "057_unions3.zig", .output = "Insect report! Ant alive is: true. Bee visited 17 flowers.", }, - .{ - .main_file = "057_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