Carriage no return by csanders

s;main(c){for(;read(0,&c,1);)for(putchar(c),c=c-10?!++s:s;c;c--)putchar(32);}

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

download

return to the top page