From 5fec2602cff707f5732ac5d821e8bb18ff69ed79 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 12 May 2021 21:25:48 -0400 Subject: add ex086 async 3 --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 707c212..28e4682 100644 --- a/build.zig +++ b/build.zig @@ -422,6 +422,10 @@ const exercises = [_]Exercise{ .main_file = "085_async2.zig", .output = "Hello async!", }, + .{ + .main_file = "086_async3.zig", + .output = "5 4 3 2 1", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG