add ex54 multipointers (for real)
This commit is contained in:
parent
b9dd85d874
commit
2f4a0f0c7d
2 changed files with 57 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue