add ex087 async 4

This commit is contained in:
Dave Gauer
2021-05-12 21:36:57 -04:00
parent 3e5647d88c
commit be279c78f5
3 changed files with 44 additions and 0 deletions

View File

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