Moortiii

Main

Feb 2nd, 2018
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.15 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Main {
  4.  
  5.     public static void main(String[] args) {
  6.         SudokuGUI sudokuGUI = new SudokuGUI();
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment