Print numbers _Revised_ by notogawa

import Numeric
main=putStr$[16,15..2]>>= \n->showIntAtBase n(head.show)16"\n"

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

download

return to the top page