aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index fc831b8..707c212 100644
--- a/build.zig
+++ b/build.zig
@@ -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.