add ex086 async 3

This commit is contained in:
Dave Gauer
2021-05-12 21:25:48 -04:00
parent 54c048b0a0
commit 3e5647d88c
3 changed files with 42 additions and 0 deletions

View File

@@ -422,6 +422,10 @@ const exercises = [_]Exercise{
.main_file = "085_async2.zig",
.output = "Hello async!",
},
.{
.main_file = "086_async3.zig",
.output = "5 4 3 2 1",
},
};
/// Check the zig version to make sure it can compile the examples properly.