aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-27 19:04:11 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-27 19:04:11 -0400
commite47dccf2452ca68fb005a2d4727ea15a5e336bb5 (patch)
treec3154738af086fe007f3f24b51cbbe8afef70ed1 /build.zig
parent2408f420bcbf4b9ead4f7bf3cf91f3ad54b7fa92 (diff)
Add ex089 Async 6
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 043bb2c..fe65a96 100644
--- a/build.zig
+++ b/build.zig
@@ -434,6 +434,10 @@ const exercises = [_]Exercise{
.main_file = "088_async5.zig",
.output = "Example Title.",
},
+ .{
+ .main_file = "089_async6.zig",
+ .output = ".com: Example Title, .org: Example Title.",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.