This commit is contained in:
Adam Millerchip 2021-12-27 00:06:04 +09:00
parent 3ffb8d7205
commit 69940c6103
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ pub fn main() void {
// FIX ME!
// Please pass our Character "glorp" to printCharacter():
printCharacter(???);
printCharacter(&glorp);
}
// Note how this function's "c" parameter is a pointer to a Character struct.