count down by murky-satyr

gets
print|sub(/1?./){$&.to_i-1}until/-/

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

download

return to the top page