aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.zig
diff options
context:
space:
mode:
authorSean Aubin <sean@proteinqure.com>2023-02-28 20:54:42 -0500
committerSean Aubin <sean@proteinqure.com>2023-03-08 13:35:02 -0500
commit1be1d854a8f690c25a577bef1feb1e9926caf2c7 (patch)
tree0a006ab9969a699f283798eec22e833b8906d277 /build.zig
parentf10f9efe7f092a662a529ee59e25c75cb60a90be (diff)
first draft of memory allocation exercise
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.zig b/build.zig
index 36668b4..4617515 100644
--- a/build.zig
+++ b/build.zig
@@ -393,6 +393,10 @@ const exercises = [_]Exercise{
.output = "Array:123056. Many-item pointer:123.",
},
.{
+ .main_file = "076a_memory_allocation.zig",
+ .output = "Running Average: 0.30 0.25 0.20 0.18 0.22",
+ },
+ .{
.main_file = "077_sentinels2.zig",
.output = "Weird Data!",
},