Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. import ConsoleShop.ApplicationManager;
  2.  
  3. public class MainClass {
  4.  
  5.     public static void main(String args[]){
  6.  
  7.         ApplicationManager app = new ApplicationManager();
  8.         app.consoleLoop();
  9.     }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement