Advertisement
CaptainSpaceCat

3DPMaze - Main

Jul 18th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. /*
  2.  * This class activates the program.
  3.  * */
  4.  
  5. public class Main {
  6.   public static void main(String[] args) {
  7.     RunUI run = new RunUI();
  8.     run.init();
  9.   }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement