257 by konn

import Numeric
main=mapM(putStrLn.(\n->showIntAtBase n((['0'..'9']++['A'..'Z'])!!)257""))[2..36]

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

download

return to the top page