Added testing exercise.

This commit is contained in:
Chris Boesch
2023-05-15 00:06:15 +02:00
parent 4c6b6b94e4
commit c3a73b8e2b
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",