box world by Lost_dog

main=interact$unlines.f.g.init
f s=z(z max)s$map r$r s
g s=(s++" "):[c:(s>>" ")|c<-r s]
r=reverse
z=zipWith

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

download

return to the top page