class Client { public static void main(String[] args) { new Server(10); } }