Factoradic Encoder by notogawa

m@main=readLn>>=print.(1#)>>m
b#0=0
b#n=(b+1)#div n b*10+mod n b

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

download

return to the top page