Guest User

Untitled

a guest
Jul 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import java.io.IOException;
  2.  
  3. public class MainApplication {
  4.  
  5. public static void main(String[] args) throws IOException {
  6. new Controller().run();
  7. }
  8. }
Add Comment
Please, Sign In to add comment