modified build.zig

This commit is contained in:
Alan CHUNG 2024-03-25 16:24:42 +08:00
parent ec6f6c5870
commit 66d08f1e1f

View file

@ -1121,6 +1121,10 @@ const exercises = [_]Exercise{
.main_file = "105_threading2.zig",
.output = "PI ≈ 3.14159265",
},
.{
.main_file = "106_files.zig",
.output = "succefully wrote 18 bytes.",
},
.{
.main_file = "999_the_end.zig",
.output =