Inverse Quine by twobit

i;main(){for(;i-128;i++)"\x80\x80\x80\x80\xc0\xec\xaa\xc3\x99\x80\x80\x80\x80\xc5\xd2\xf1\xb5\xf0"[i/7]&1<<i%7||putchar(i);}

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

download

return to the top page