diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 12:43:29 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-14 12:43:29 +0200 |
| commit | f10c3d4e7a5cbf69883a58682cc1f4350e42ca39 (patch) | |
| tree | 10f196624483cf562d4766552b8027acf147c4ff /build.zig | |
| parent | b8a639e79836f916286c8d55e53a263cd782e8ab (diff) | |
| parent | 152f3a6113b859f20abf55fa11833b72a1abf128 (diff) | |
Merge branch 'main' into 95-bug4
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1179,12 +1179,7 @@ const exercises = [_]Exercise{ }, .{ .main_file = "093_async9.zig", - .output = - \\Computing concurrently! - \\Main continues... - \\Main done waiting. - \\Result: 123 - , // pay attention to the comma + .output = "Worker 1 found signal start over threshold at index 12!", }, .{ .main_file = "094_async10.zig", |
