mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 17:23:44 +02:00
pointers exercises done
This commit is contained in:
@@ -68,7 +68,7 @@ pub fn main() void {
|
||||
|
||||
// FIX ME!
|
||||
// Please pass Glorp to printCharacter():
|
||||
printCharacter(???);
|
||||
printCharacter(&glorp);
|
||||
}
|
||||
|
||||
// Note how this function's "c" parameter is a pointer to a Character struct.
|
||||
|
||||
Reference in New Issue
Block a user