diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-03-10 20:14:25 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-03-10 20:14:25 -0500 |
| commit | af597c86a5ea27388c3fa49d778e74ddc23b719b (patch) | |
| tree | 667169bef4f6a1fa3caf576118461a94c07b8353 /build.zig | |
| parent | dff61673c8e5278ec7c0b0065327ebe2351d00ee (diff) | |
add ex 57 unions 3
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -288,6 +288,10 @@ const exercises = [_]Exercise{ .main_file = "56_unions2.zig", .output = "Insect report! Ant alive is: true. Bee visited 16 flowers.", }, + .{ + .main_file = "57_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. |
