Carriage no return by peryaudo

i;main(c,j){\x0d
\x09for(;(c=getchar())+1;){\x0d
\x09\x09if(c-10){\x0d
\x09\x09\x09putchar(c);\x0d
\x09\x09\x09i++;\x0d
\x09\x09}else{\x0d
\x09\x09\x09putchar(10);\x0d
\x09\x09\x09for(j=0;j<i;j++)putchar(32);\x0d
\x09\x09}\x0d
\x09}\x0d
}\x0d

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

download

return to the top page