mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
modified build.zig
This commit is contained in:
parent
ec6f6c5870
commit
66d08f1e1f
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue