join lines by shinh

import std.cstream;void main(){foreach(char[]x;din)dout.writef=x;}

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

download

return to the top page