diff options
| author | Dave Gauer <[email protected]> | 2021-05-13 19:48:10 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-05-13 19:48:10 -0400 |
| commit | 110e556ae1b171fc324f3590f787e111928ff5bb (patch) | |
| tree | 9b9607e3cf7607aaa1ee8f0ab5a7364199c93492 /build.zig | |
| parent | be279c78f5623bc7785f9a8a3f900700d481be15 (diff) | |
| download | ziglings-110e556ae1b171fc324f3590f787e111928ff5bb.tar.xz ziglings-110e556ae1b171fc324f3590f787e111928ff5bb.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. |
