Added ex91 - closing in on async!

This commit is contained in:
Dave Gauer 2021-11-07 20:51:33 -05:00
parent 4147a9a39b
commit 8ff0cf67e1
3 changed files with 55 additions and 0 deletions

View file

@ -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.