update,
This commit is contained in:
11
_resources/it114105/itp3914/Assignment/22-23/Main.java
Normal file
11
_resources/it114105/itp3914/Assignment/22-23/Main.java
Normal file
@@ -0,0 +1,11 @@
|
||||
import java.util.Scanner;
|
||||
|
||||
class Main{
|
||||
|
||||
static Scanner scanner = new Scanner(System.in);
|
||||
public static void main(String[] args) {
|
||||
Battleships game = new Battleships();
|
||||
game.setScanner(scanner);
|
||||
game.start();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user