diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-01 23:34:16 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-01 23:34:16 +0200 |
| commit | fcfb0e80a039d8283f6a298ed67a26c23e3a560a (patch) | |
| tree | 2987a0ce0114ce6898e98ada9356da2c462b3f4b /build.zig | |
| parent | db1fef8b864f1af6f9d2b8a7871e72d77747304d (diff) | |
revival of the async-io functions
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1131,9 +1131,12 @@ const exercises = [_]Exercise{ }, .{ .main_file = "087_async4.zig", - .output = "1 2 3 4 5", - .skip = true, - .skip_hint = "async has not been implemented in the current compiler version.", + .output = + \\Task 1 done. + \\Task 2 done. + \\Task 3 done. + \\All tasks finished! + , // pay attention to the comma }, .{ .main_file = "088_async5.zig", |
