Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created May 11, 2009 03:16
Show Gist options
  • Save akio0911/109855 to your computer and use it in GitHub Desktop.
Save akio0911/109855 to your computer and use it in GitHub Desktop.
(60*30).downto(0){|i|puts sprintf("%02d:%02d", i/60, i%60);sleep 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment