blob: faaa7008a2c722018f4bb62004bfc9bb6f2ab884 [file] [log] [blame]
class Client {
public static void main(String[] args) {
new Server(10);
}
}