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.
6 lines
113 B
Java
6 lines
113 B
Java
public class AwariGame {
|
|
public static void main(String[] args) {
|
|
Awari awari = new Awari();
|
|
}
|
|
}
|