add ex54 multipointers (for real)

This commit is contained in:
Dave Gauer
2021-03-06 21:31:02 -05:00
parent 5e46bd8c1c
commit fd2cec02af
2 changed files with 57 additions and 0 deletions

View File

@@ -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.