Added second threading exercise.
This commit is contained in:
parent
cdaa246131
commit
d65e3f3f9a
4 changed files with 124 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue