apple lines by tttaki

main=interact(\x->unlines$take(read x+1)$iterate(\l->l!!29:init l)("apple"++([1..25]>>"*")))

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

download

return to the top page