duplicates by chocobi

main(c,v){for(;~(c=getchar());v=c)v-c&&c-64&&putchar(v-64&&c-10?c:putchar(c));}

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

download

return to the top page