count down by fox

main=interact f
f('0':_:z)=f$'9':z
f"9"="0"
f(y:z)=y:z++f(pred y:z)

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

download

return to the top page