mix lines by z

import os
for e in map(None,*os.read(0,1e9).split()):
 for f in e:os.write(1,f or'')

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

download

return to the top page