mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
removed dupe ex 057 from build script
This commit is contained in:
parent
200b1e8fb6
commit
33040bce0c
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue