Added second threading exercise.

This commit is contained in:
Chris Boesch 2024-03-23 16:42:27 +01:00
parent cdaa246131
commit d65e3f3f9a
No known key found for this signature in database
GPG key ID: 8712DF4D3E364668
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 =