summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 71ea66f..5263023 100644
--- a/build.zig
+++ b/build.zig
@@ -1104,6 +1104,20 @@ const exercises = [_]Exercise{
,
},
.{
+ .main_file = "104_threading.zig",
+ .output =
+ \\Starting work...
+ \\thread 1: started.
+ \\thread 2: started.
+ \\thread 3: started.
+ \\Some weird stuff, after starting the threads.
+ \\thread 2: finished.
+ \\thread 1: finished.
+ \\thread 3: finished.
+ \\Zig is cool!
+ ,
+ },
+ .{
.main_file = "999_the_end.zig",
.output =
\\