pointers exercises done

This commit is contained in:
2026-06-06 23:27:39 +02:00
parent a5bbd016eb
commit 28a82c5c08
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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.