mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -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();
|
|
}
|
|
}
|