mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-11 12:45:47 -08:00
cleanup
This commit is contained in:
8
92 Trap/java/src/TrapGame.java
Normal file
8
92 Trap/java/src/TrapGame.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class TrapGame {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Trap trap = new Trap();
|
||||
trap.play();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user