From 00f525c80f8a7785852092af246b28fe8fac1893 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 13 May 2021 19:48:10 -0400 Subject: add ex088 async 5 await --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index d8c4676..043bb2c 100644 --- a/build.zig +++ b/build.zig @@ -430,6 +430,10 @@ const exercises = [_]Exercise{ .main_file = "087_async4.zig", .output = "1 2 3 4 5", }, + .{ + .main_file = "088_async5.zig", + .output = "Example Title.", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG