mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-12 01:49:59 +00:00
Added ex. 46 optionals 2 - elephants!
This commit is contained in:
@@ -28,6 +28,8 @@ pub fn main() void {
|
||||
elephantC.tail = &elephantA;
|
||||
|
||||
visitElephants(&elephantA);
|
||||
|
||||
std.debug.print("\n", .{});
|
||||
}
|
||||
|
||||
// This function visits all elephants once, starting with the
|
||||
|
||||
Reference in New Issue
Block a user