mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 07:40:50 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
7 lines
109 B
Java
7 lines
109 B
Java
public class BoxingGame {
|
|
|
|
public static void main(String[] args) {
|
|
new Boxing().play();
|
|
}
|
|
}
|