add ex090 async 7

This commit is contained in:
Dave Gauer 2021-06-14 15:39:49 -04:00
parent 52c424a247
commit 8dd9c1ddcb
3 changed files with 51 additions and 0 deletions

View file

@ -438,6 +438,10 @@ const exercises = [_]Exercise{
.main_file = "089_async6.zig",
.output = ".com: Example Title, .org: Example Title.",
},
.{
.main_file = "090_async7.zig",
.output = "beef? BEEF!",
},
};
/// Check the zig version to make sure it can compile the examples properly.