From 8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 7 Nov 2021 20:51:33 -0500 Subject: Added ex91 - closing in on async! --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') 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. -- cgit v1.2.3-ZIG