summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-04-14 11:07:13 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-04-14 11:07:13 +0200
commitab3c4982261e5f3415bb3192b09a73c4321220fb (patch)
treeeb84590de05439f24815e6cedb34cbda390c2b55 /build.zig
parent8c0848245260f5a5a73793bc91daa432d2310bc6 (diff)
new example for concurrency
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig7
1 files changed, 1 insertions, 6 deletions
diff --git a/build.zig b/build.zig
index eaaefe6..303b76b 100644
--- a/build.zig
+++ b/build.zig
@@ -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",