Added ex91 - closing in on async!
This commit is contained in:
parent
4147a9a39b
commit
8ff0cf67e1
3 changed files with 55 additions and 0 deletions
|
|
@ -443,6 +443,10 @@ const exercises = [_]Exercise{
|
|||
.main_file = "090_async7.zig",
|
||||
.output = "beef? BEEF!",
|
||||
},
|
||||
.{
|
||||
.main_file = "091_async8.zig",
|
||||
.output = "ABCDEF",
|
||||
},
|
||||
};
|
||||
|
||||
/// Check the zig version to make sure it can compile the examples properly.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue