mix lines by 51b

import std.stdio;void main(){string[16]s;for(string t;t=readln,t;)foreach(i,c;t[0..$-1])s[i]~=c;foreach(t;s)write(t);}

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

download

return to the top page