Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. package maze;
  2.  
  3. public class Main {
  4.    public static void main(String[] args) {
  5.       GUI mazeWindow = new GUI();
  6.       mazeWindow.go();
  7.    } // end method main
  8. } // end class Main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement