A familiar face by henkma

main=mapM putStrLn[take 9['1'..x]++['A'..x]|x<-"112358DLY"]

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

download

return to the top page