update,
This commit is contained in:
8
_resources/it114105/itp3914/Assignment/21-22/Main.java
Normal file
8
_resources/it114105/itp3914/Assignment/21-22/Main.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
BingoGameBoard game = new BingoGameBoard();
|
||||
game.regPlayer(new Player("1"));
|
||||
game.regPlayer(new Player("2"));
|
||||
game.start();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user