summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-11-07 14:24:51 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-11-07 14:24:51 +0000
commit731a3eb0a6f7a88cf03dcf933e9c5caebdef5bad (patch)
tree7d30ba2c23839687a2d45c8711bb3fef106114d8 /build.zig
parent150b3de2995dc0f6da3b03113151488fadab246b (diff)
parentbfed6600205504a3fd2e3d3922ca5da6995224a7 (diff)
Merge pull request 'vectors-addition' (#177) from vectors-addition into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/177 Thank you @bgthompson for this great exercise!
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index a1f6029..e528552 100644
--- a/build.zig
+++ b/build.zig
@@ -1202,6 +1202,13 @@ const exercises = [_]Exercise{
.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 =
\\