Created
January 20, 2017 08:33
-
-
Save therod/e2ccbc5f4729e0475dfbe2897f854bbd to your computer and use it in GitHub Desktop.
exercise_1.rb
This file contains hidden or 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
# This is just a simple example on how to use puts | |
puts "Hello World!" | |
puts "This is fun!" | |
puts "Yahooo! Printing." | |
puts "I'd much rather you 'not'." | |
puts 'I "said" do not touch this.' | |
puts "This is a string interpolation test #{1 + 1}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment