add ex085 async 2

This commit is contained in:
Dave Gauer
2021-05-12 21:04:58 -04:00
parent 3b08761532
commit 54c048b0a0
3 changed files with 35 additions and 0 deletions

View File

@@ -418,6 +418,10 @@ const exercises = [_]Exercise{
.output = "foo() A",
.hint = "Read the facts. Use the facts.",
},
.{
.main_file = "085_async2.zig",
.output = "Hello async!",
},
};
/// Check the zig version to make sure it can compile the examples properly.