diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-05-13 19:48:10 -0400 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-05-13 19:48:10 -0400 |
commit | 00f525c80f8a7785852092af246b28fe8fac1893 (patch) | |
tree | 9b9607e3cf7607aaa1ee8f0ab5a7364199c93492 /build.zig | |
parent | 469d4dfbf40dd5512f53ce1cb022e1aa4639443b (diff) | |
download | ziglings-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.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |