summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
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",