Merge branch 'main' into hello_c
This commit is contained in:
commit
1a37c63abe
4 changed files with 136 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue