Pileup by rst76

main=interact$unlines.map unwords.f.words
f x=x:[c:z|a:b:y<-[x],let(c,d)=splitAt(length b)$a++b,z<-f$d:y]

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

download

return to the top page