This commit is contained in:
Tim
2021-02-22 09:44:05 +10:30
parent 749cd0e683
commit 82ae9458b3
2 changed files with 14 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
public class TrapGame {
public static void main(String[] args) {
Trap trap = new Trap();
trap.play();
}
}