Steps line FIXED by notogawa

main=interact$unlines.f.words
f(a:b:x)=(a++" "):map((a>>" ")++)(map(:[])b++map(' ':)(f x))
f x=x

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

download

return to the top page