mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 16:33:31 +02: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