Inverse Quine by fill

m;main(){for(;m<128;m++)m&&strchr("acfhimnoprstu128\"\\<&:?,+;(){}",m)?:putchar(m);}

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

download

return to the top page