aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <[email protected]>2021-05-13 19:48:10 -0400
committerDave Gauer <[email protected]>2021-05-13 19:48:10 -0400
commit110e556ae1b171fc324f3590f787e111928ff5bb (patch)
tree9b9607e3cf7607aaa1ee8f0ab5a7364199c93492 /build.zig
parentbe279c78f5623bc7785f9a8a3f900700d481be15 (diff)
downloadziglings-110e556ae1b171fc324f3590f787e111928ff5bb.tar.xz
ziglings-110e556ae1b171fc324f3590f787e111928ff5bb.zip
add ex088 async 5 await
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 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.