package xyz.nextn; public class Main { public static void main(String[] args) { Server serv = new Server(1234); } }