257 by Lost_dog

main=mapM(putStrLn.(257#))[2..36]
0#r=[]
n#r=(n`div`r)#r++[(['0'..'9']++['A'..])!!(n`mod`r)]

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

download

return to the top page