add ex54 multipointers (for real)

This commit is contained in:
Dave Gauer 2021-03-06 21:31:02 -05:00
parent b9dd85d874
commit 2f4a0f0c7d
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.