Carriage no return by hess

main=interact(\s->unlines$scanl1(\a b->replicate(length a)' '++b)$lines s)

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

download

return to the top page