Repeated Number by clock

mutable n=9;repeat(63){n+=n/(n%10)+n%10/9;Nemerle.IO.print("$n\n")}

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

download

return to the top page