Added second threading exercise.

This commit is contained in:
Chris Boesch
2024-03-23 16:42:27 +01:00
parent cdaa246131
commit d65e3f3f9a
4 changed files with 124 additions and 1 deletions

View File

@@ -1117,6 +1117,10 @@ const exercises = [_]Exercise{
\\Zig is cool!
,
},
.{
.main_file = "105_threading2.zig",
.output = "PI ≈ 3.14159265",
},
.{
.main_file = "999_the_end.zig",
.output =