summaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-11-07 20:51:33 -0500
committerDave Gauer <dave@ratfactor.com>2021-11-07 20:51:33 -0500
commit49ce260748a54d6737be1a2407c2f5377f175339 (patch)
tree7d02121611582d9beb4e5c6c04edbc5bc581400c /build.zig
parent4c7eebbbfca3337b5e3af33eb34979dc56716178 (diff)
Added ex91 - closing in on async!
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 dd6ee1a..5a55694 100644
--- a/build.zig
+++ b/build.zig
@@ -443,6 +443,10 @@ const exercises = [_]Exercise{
.main_file = "090_async7.zig",
.output = "beef? BEEF!",
},
+ .{
+ .main_file = "091_async8.zig",
+ .output = "ABCDEF",
+ },
};
/// Check the zig version to make sure it can compile the examples properly.