Merge pull request #181 from chrboesch/interfaces

Interfaces
This commit is contained in:
Chris Boesch
2023-02-16 10:07:48 +01:00
committed by GitHub
3 changed files with 135 additions and 0 deletions

View File

@@ -461,6 +461,10 @@ const exercises = [_]Exercise{
// .output = "ABCDEF",
// .@"async" = true,
// },
.{
.main_file = "092_interfaces.zig",
.output = "Daily Insect Report:\nAnt is alive.\nBee visited 17 flowers.\nGrasshopper hopped 32 meters.",
},
.{
.main_file = "999_the_end.zig",
.output = "\nThis is the end for now!\nWe hope you had fun and were able to learn a lot, so visit us again when the next exercises are available.",