Duplicate characters by yt

var f:file;c:char;begin reset(f,"/dev/fd/0",1);repeat blockread(f,c,1);write(c+c);until 0=1 end.

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

download

return to the top page