diff options
| author | Dave Gauer <[email protected]> | 2021-05-12 21:04:58 -0400 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-05-12 21:04:58 -0400 |
| commit | 54c048b0a0ea5ee2136c4d4193660d4934eab925 (patch) | |
| tree | ba1104262010622fc7ea1b2af393d5a149bca34b /build.zig | |
| parent | 3b0876153249362356166ea41ddb5241f4a5171f (diff) | |
| download | ziglings-54c048b0a0ea5ee2136c4d4193660d4934eab925.tar.xz ziglings-54c048b0a0ea5ee2136c4d4193660d4934eab925.zip | |
add ex085 async 2
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -418,6 +418,10 @@ const exercises = [_]Exercise{ .output = "foo() A", .hint = "Read the facts. Use the facts.", }, + .{ + .main_file = "085_async2.zig", + .output = "Hello async!", + }, }; /// Check the zig version to make sure it can compile the examples properly. |
