Factoradic Decoder by uru

#!ruby -nl
n=0
k=18
p eval"n=(n+#$_/(10**k-=1)%10)*k;"*17

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

download

return to the top page