add ex086 async 3

This commit is contained in:
Dave Gauer 2021-05-12 21:25:48 -04:00
parent d8dddd128f
commit 5fec2602cf
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.