mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Fix print call syntax
This commit is contained in:
@@ -127,7 +127,7 @@ public class Game {
|
||||
}
|
||||
output.append("\n");
|
||||
}
|
||||
userIo.print(output);
|
||||
userIo.print(output.toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user