From 2f4a0f0c7dfe212c4e69505f27511a61874034c8 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sat, 6 Mar 2021 21:31:02 -0500 Subject: add ex54 multipointers (for real) --- build.zig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 8e8a45b..789024b 100644 --- a/build.zig +++ b/build.zig @@ -276,6 +276,10 @@ const exercises = [_]Exercise{ .main_file = "53_slices2.zig", .output = "'all your base are belong to us.' 'for great justice.'", }, + .{ + .main_file = "54_multipointers.zig", + .output = "Memory is a resource.", + }, }; /// Check the zig version to make sure it can compile the examples properly. -- cgit v1.2.3-ZIG