Created
December 9, 2013 15:58
-
-
Save sbauch/7874453 to your computer and use it in GitHub Desktop.
Programming Language Comparison for Sean
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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