diff options
| author | Dave Gauer <[email protected]> | 2021-06-14 15:39:49 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-06-14 15:39:49 -0400 |
| commit | 34af14ca7b9889a9226f616f5c071fd393da8dab (patch) | |
| tree | 28f3ba541cb2ca4606bfb8451ac85473a084f2d7 /build.zig | |
| parent | 37ca10ab364c5c78eb7c57eed653373d3fd82389 (diff) | |
| download | ziglings-34af14ca7b9889a9226f616f5c071fd393da8dab.tar.xz ziglings-34af14ca7b9889a9226f616f5c071fd393da8dab.zip | |
add ex090 async 7
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -438,6 +438,10 @@ const exercises = [_]Exercise{ .main_file = "089_async6.zig", .output = ".com: Example Title, .org: Example Title.", }, + .{ + .main_file = "090_async7.zig", + .output = "beef? BEEF!", + }, }; /// Check the zig version to make sure it can compile the examples properly. |
