Inverse Quine by ush

main(x){for(;++x<128;)"\x00\x01\x00\x08d\x9b&\x1b\x00\x00\x00,Z\xe359"[x/8]&1<<x%8||putchar(x);}

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

download

return to the top page