some improvements in the description

This commit is contained in:
Chris Boesch 2023-02-16 19:28:10 +01:00
parent 236b5f2c5c
commit 5bb2ff5b62
2 changed files with 8 additions and 8 deletions

View file

@ -465,14 +465,14 @@ 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 = "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",