diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-03-16 10:30:25 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-03-16 10:30:25 -0400 |
commit | 9e4339aae48dc2270435dc12b25c23eae418fbc1 (patch) | |
tree | b68ec89ad3d3912426138fbf861adda08f6c14ab /build.zig | |
parent | e3c0129dfbff502062a49a11bb1f6626bd9738bc (diff) | |
download | ziglings-9e4339aae48dc2270435dc12b25c23eae418fbc1.tar.gz ziglings-9e4339aae48dc2270435dc12b25c23eae418fbc1.tar.bz2 ziglings-9e4339aae48dc2270435dc12b25c23eae418fbc1.tar.xz ziglings-9e4339aae48dc2270435dc12b25c23eae418fbc1.zip |
removed dupe ex 057 from build script
Diffstat (limited to 'build.zig')
-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. |