Skip to content

Instantly share code, notes, and snippets.

@hogelog
Created May 27, 2009 16:13
Show Gist options
  • Save hogelog/118714 to your computer and use it in GitHub Desktop.
Save hogelog/118714 to your computer and use it in GitHub Desktop.
import java.io.*;class C{static{int c;try{InputStream i=new BufferedInputStream(System.in);OutputStream o=new BufferedOutputStream(System.out);while((c=i.read())!=-1)o.write(c);o.flush();}catch(Exception e){}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment