count up digits by clock

c=io.read()s=c
while-c<0 do c=c:gsub("[^0]",function(x)return x-1 end,1)s=c.."\n"..s end
print(s)

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

download

return to the top page