Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.Scanner;
- import java.lang.Math;
- import java.io.*;
- class Main {
- public static void main(String[] args) throws IOException {
- Scanner scan = new Scanner(System.in);
- //Board board = new Board(5, 5, 0);
- //System.out.println(board.toString());
- //board.shuffle(100);
- //System.out.println(board.toString());
- RunUI run = new RunUI();
- run.init();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement