mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-10 17:09:59 +00:00
add ex 57 unions 3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user