128 bits by teebee

class X{static void Main(){for(int i=128;i-->0;)System.Console.Write(("@\x11Z\x1aVXU X7\x0d'WS@\x08y\x13\x00"[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