modified build.zig

pull/66/head
Alan CHUNG 6 months ago
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…
Cancel
Save