document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public class Main {
  2.  
  3.     /**
  4.      * @param args the command line arguments
  5.      */
  6.     public static void main(String[] args) {
  7.         new SudokuUI().setVisible(true);
  8.     }
  9. }
');