!636 !modern main { psvm { print("port 8888 yo"); Socket s = new Socket("localhost", 8888); InputStream in = s.getInputStream(); stream(in); } static void stream(InputStream in) ctex { while (true) { print(in.read()); } } }