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