From d09ae39714bbca6e12c67939509a36faa6a76198 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 27 May 2021 19:04:11 -0400 Subject: Add ex089 Async 6 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') 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. -- cgit v1.2.3-ZIG