removed dupe ex 057 from build script

This commit is contained in:
Dave Gauer 2021-03-16 10:30:25 -04:00
parent 200b1e8fb6
commit 33040bce0c

View file

@ -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.