diff options
| author | Dave Gauer <[email protected]> | 2021-03-16 10:30:25 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-16 10:30:25 -0400 |
| commit | 33040bce0ca84117bb683d7a7ada7edd037d0a0e (patch) | |
| tree | b68ec89ad3d3912426138fbf861adda08f6c14ab | |
| parent | 200b1e8fb6e7f9ec191a8ac60993f1d08232e4c4 (diff) | |
| download | ziglings-33040bce0ca84117bb683d7a7ada7edd037d0a0e.tar.xz ziglings-33040bce0ca84117bb683d7a7ada7edd037d0a0e.zip | |
removed dupe ex 057 from build script
| -rw-r--r-- | build.zig | 4 |
1 files changed, 0 insertions, 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. |
