128 bits by shinh

unsigned char a[]="\x90\x9f\x88@\xb9.\xc7\xda\x1b\x82j\xa3\xc6j\x11\x03",*p=a;main(i){for(i=0;i++<8||*++p;i?*p/=2:0)putchar(i>8?32+(i=0):*p&1|48);}

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

download

return to the top page