add ex56 for real

This commit is contained in:
Dave Gauer
2021-03-09 20:51:00 -05:00
parent 20520d99f7
commit dff61673c8
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.