diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:51:33 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-11-07 20:51:33 -0500 |
commit | 8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633 (patch) | |
tree | 7d02121611582d9beb4e5c6c04edbc5bc581400c /build.zig | |
parent | 4147a9a39b362468cc6f16c8ce751ee3481321f4 (diff) | |
download | ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.tar.gz ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.tar.bz2 ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.tar.xz ziglings-8ff0cf67e113dd94eaa4f2cb9aa7afdac56e9633.zip |
Added ex91 - closing in on async!
Diffstat (limited to 'build.zig')
-rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -443,6 +443,10 @@ const exercises = [_]Exercise{ .main_file = "090_async7.zig", .output = "beef? BEEF!", }, + .{ + .main_file = "091_async8.zig", + .output = "ABCDEF", + }, }; /// Check the zig version to make sure it can compile the examples properly. |