Added testing exercise.

This commit is contained in:
Chris Boesch 2023-05-15 00:06:15 +02:00
parent 50d280ee5b
commit 832772cd83
4 changed files with 129 additions and 5 deletions

View file

@ -1219,9 +1219,8 @@ const exercises = [_]Exercise{
},
.{
.main_file = "102_testing.zig",
.output = "All 1 tests passed.",
.output = "",
.run_test = true,
.skip = true,
},
.{
.main_file = "999_the_end.zig",