mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-08 07:50:00 +00:00
add ex54 multipointers (for real)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user