Decimation by Raider

main(i,q){q=0;while(i=getchar()+1){if(i<20||++q%10)putchar(i-1);}}

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

download

return to the top page