diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-01 22:52:04 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-01 22:52:04 +0200 |
| commit | db1fef8b864f1af6f9d2b8a7871e72d77747304d (patch) | |
| tree | 66a02bfc9dc99a3883a979829ffc8c097b1e6304 /build.zig | |
| parent | 6d89dcd2dec3654b754012f0411d36975e1dc7b2 (diff) | |
revival of the async-io functions
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1116,9 +1116,6 @@ const exercises = [_]Exercise{ .main_file = "084_async.zig", .output = "Current time: <timestamp>s since epoch", .timestamp = true, - // .hint = "Read the facts. Use the facts.", - // .skip = true, - // .skip_hint = "async has not been implemented in the current compiler version.", }, .{ .main_file = "085_async2.zig", @@ -1126,9 +1123,11 @@ const exercises = [_]Exercise{ }, .{ .main_file = "086_async3.zig", - .output = "5 4 3 2 1", - .skip = true, - .skip_hint = "async has not been implemented in the current compiler version.", + .output = + \\1 + 2 = 3 + \\6 * 7 = 42 + \\Total: 45 + , // pay attention to the comma }, .{ .main_file = "087_async4.zig", |
