mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
modified build.zig
This commit is contained in:
parent
ec6f6c5870
commit
66d08f1e1f
@ -1121,6 +1121,10 @@ const exercises = [_]Exercise{
|
|||||||
.main_file = "105_threading2.zig",
|
.main_file = "105_threading2.zig",
|
||||||
.output = "PI ≈ 3.14159265",
|
.output = "PI ≈ 3.14159265",
|
||||||
},
|
},
|
||||||
|
.{
|
||||||
|
.main_file = "106_files.zig",
|
||||||
|
.output = "succefully wrote 18 bytes.",
|
||||||
|
},
|
||||||
.{
|
.{
|
||||||
.main_file = "999_the_end.zig",
|
.main_file = "999_the_end.zig",
|
||||||
.output =
|
.output =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user