Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. import Model.MainModules.Initializer;
  2. import java.io.IOException;
  3.  
  4. public class Main{
  5.     public static void main(String[] args) throws IOException {
  6.         Initializer client = new Initializer();
  7.         client.initGUI();
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement