diff options
| author | Dave Gauer <dave@ratfactor.com> | 2021-03-09 20:04:43 -0500 |
|---|---|---|
| committer | Dave Gauer <dave@ratfactor.com> | 2021-03-09 20:04:43 -0500 |
| commit | 7b1c9c3b639f0638fa03dddb8b932298baef2f73 (patch) | |
| tree | 7ce421be8c2cf4eba10c9ba8151188df89585bd1 /build.zig | |
| parent | 784b66ffcf8b26ec0b9699ab06ee46c14cbf886e (diff) | |
add ex 55 unions
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -280,6 +280,10 @@ const exercises = [_]Exercise{ .main_file = "54_manypointers.zig", .output = "Memory is a resource.", }, + .{ + .main_file = "55_unions.zig", + .output = "Insect report! Ant alive is: true. Bee visited 15 flowers.", + }, }; /// Check the zig version to make sure it can compile the examples properly. |
