public class Main { /** * Main Function * @param args */ public static void main(String[] args) { new Server().start(); } }