aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-13 19:48:10 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-13 19:48:10 -0400
commit00f525c80f8a7785852092af246b28fe8fac1893 (patch)
tree9b9607e3cf7607aaa1ee8f0ab5a7364199c93492 /build.zig
parent469d4dfbf40dd5512f53ce1cb022e1aa4639443b (diff)
downloadziglings-00f525c80f8a7785852092af246b28fe8fac1893.tar.gz
ziglings-00f525c80f8a7785852092af246b28fe8fac1893.tar.bz2
ziglings-00f525c80f8a7785852092af246b28fe8fac1893.tar.xz
ziglings-00f525c80f8a7785852092af246b28fe8fac1893.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.