add ex56 for real
This commit is contained in:
parent
9277370b4e
commit
89187e52a1
2 changed files with 68 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue