mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-06 18:13:29 +02: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