Big Number by 51b(nn)

-module b.
-export[m/0].
m()->f(22).
f(N)->if N<1.0e8->io:write(N),f(N*7div 3);0<1->0end.

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

download

return to the top page