Boxing 15 - ported to java

This commit is contained in:
Ignacio Manzano
2021-03-22 09:12:26 -03:00
parent 64f007a049
commit ed0663ccbe
7 changed files with 483 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
public class BoxingGame {
public static void main(String[] args) {
new Boxing().play();
}
}