add ex088 async 5 await

This commit is contained in:
Dave Gauer 2021-05-13 19:48:10 -04:00
parent 469d4dfbf4
commit 00f525c80f
3 changed files with 55 additions and 0 deletions

View file

@ -430,6 +430,10 @@ const exercises = [_]Exercise{
.main_file = "087_async4.zig",
.output = "1 2 3 4 5",
},
.{
.main_file = "088_async5.zig",
.output = "Example Title.",
},
};
/// Check the zig version to make sure it can compile the examples properly.