Added ex. 46 optionals 2 - elephants!
This commit is contained in:
parent
62fc8f7139
commit
e32bd7ce30
4 changed files with 64 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue