created a new exercise about vectors in zig, gave it number 109

This commit is contained in:
bgthompson
2024-11-03 11:16:00 +10:00
parent 150b3de299
commit c90d6015e3
2 changed files with 156 additions and 0 deletions

View File

@@ -1201,6 +1201,13 @@ const exercises = [_]Exercise{
.main_file = "108_labeled_switch.zig",
.output = "The pull request has been merged.",
},
.{
.main_file = "109_vectors.zig",
.output =
\\Max difference (old fn): 0.014
\\Max difference (new fn): 0.014
,
},
.{
.main_file = "999_the_end.zig",
.output =