Boxing 15 - ported to java

This commit is contained in:
Ignacio Manzano
2021-03-22 09:12:26 -03:00
parent df6d4f7d17
commit 6ca8106345
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();
}
}