Heavy Rotation by koyama41

main=interact$u.map u.take 48.tail.iterate(map r.r).lines
u=unlines
r(x:y)=y++[x]

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

download

return to the top page