summaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorbgthompson <benjamin.btstudios@pm.me>2024-11-03 11:16:00 +1000
committerbgthompson <benjamin.btstudios@pm.me>2024-11-03 11:16:00 +1000
commitc90d6015e3c5405d3ac0c6d225d8a6041035f1b9 (patch)
treebebdde9d089f527ab056cbb9ea06dcaf9ef06e44 /build.zig
parent150b3de2995dc0f6da3b03113151488fadab246b (diff)
created a new exercise about vectors in zig, gave it number 109
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 =
\\