369 by rst76

main=mapM(putStrLn.f.show)[1..1000]
f x=max(filter(`elem`"369")x>>"Clap")x

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

download

return to the top page