add ex085 async 2

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