Skip to content

Instantly share code, notes, and snippets.

@troyleach
Created January 13, 2015 04:47
Show Gist options
  • Save troyleach/75cb7348e114b04dec1d to your computer and use it in GitHub Desktop.
Save troyleach/75cb7348e114b04dec1d to your computer and use it in GitHub Desktop.
BLASTOFF!
10.downto(0) do |number|
puts number
end
puts "BLASTOFF!"
@markeban
Copy link

Short and sweet. Great! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment