##Java, 118 bytes
Java, 118 bytes
class A{public static void main(String[]a)throws Exception{org.apache.commons.io.IOUtils.copy(System.in,System.out);}}
(Uses apache commons IO; I'm not actually sure what the behavior is with null bytes and with infinite text).
##Java, 118 bytes
class A{public static void main(String[]a)throws Exception{org.apache.commons.io.IOUtils.copy(System.in,System.out);}}
(Uses apache commons IO; I'm not actually sure what the behavior is with null bytes and with infinite text).
Java, 118 bytes
class A{public static void main(String[]a)throws Exception{org.apache.commons.io.IOUtils.copy(System.in,System.out);}}
(Uses apache commons IO; I'm not actually sure what the behavior is with null bytes and with infinite text).