mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-23 23:17:59 -07:00
e64fb6795c
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
9 lines
137 B
Java
9 lines
137 B
Java
public class ChiefGame {
|
|
|
|
public static void main(String[] args) {
|
|
|
|
Chief chief = new Chief();
|
|
chief.play();
|
|
}
|
|
}
|