mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-04-30 04:39:00 -07: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();
|
|
}
|
|
}
|