Skip to content

Instantly share code, notes, and snippets.

@sbauch
Created December 9, 2013 15:58
Show Gist options
  • Save sbauch/7874453 to your computer and use it in GitHub Desktop.
Save sbauch/7874453 to your computer and use it in GitHub Desktop.
Programming Language Comparison for Sean
puts "Starting Launch Sequence..."
sleep 1
(1..10).to_a.reverse.each do |num|
puts num.to_s
sleep 1
end
puts "BLAST OFF!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment