MRMCD12 every other char by the_nihilant

program p;var c:char;begin
repeat
read(c);write(c);read(c);until eof;end.

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

download

return to the top page