Added ex91 - closing in on async!

This commit is contained in:
Dave Gauer
2021-11-07 20:51:33 -05:00
parent 4c7eebbbfc
commit 49ce260748
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.