count down by murky-satyr

n:=File standardInput readLine asNumber
while(n>=0,n:=n println-10**(n+.1)log(11)floor)

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

download

return to the top page