128 bits by teebee

enum A{A;{for(int i=128;i-->0;)System.out.print(("@\x11Z\x1aVXU X7\r'WS@\x08y\x13\x00".charAt(i/7)>>i%7&1)+(i%8>0?"":" "));}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page