Merge branch 'main' into hello_c

This commit is contained in:
Chris Boesch
2023-02-16 11:17:52 +01:00
committed by GitHub
4 changed files with 136 additions and 1 deletions

View File

@@ -469,6 +469,10 @@ const exercises = [_]Exercise{
.main_file = "093_hello_c.zig",
.output = "Hello C from Zig! - C result ist 17 chars",
.C = 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",