add ex085 async 2
This commit is contained in:
parent
e555fdc3df
commit
d8dddd128f
3 changed files with 35 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue