add ex56 for real

This commit is contained in:
Dave Gauer 2021-03-09 20:51:00 -05:00
parent 9277370b4e
commit 89187e52a1
2 changed files with 68 additions and 0 deletions

View file

@ -284,6 +284,10 @@ const exercises = [_]Exercise{
.main_file = "55_unions.zig",
.output = "Insect report! Ant alive is: true. Bee visited 15 flowers.",
},
.{
.main_file = "56_unions2.zig",
.output = "Insect report! Ant alive is: true. Bee visited 16 flowers.",
},
};
/// Check the zig version to make sure it can compile the examples properly.