Skip to content

Instantly share code, notes, and snippets.

@therod
Created January 20, 2017 08:33
Show Gist options
  • Save therod/e2ccbc5f4729e0475dfbe2897f854bbd to your computer and use it in GitHub Desktop.
Save therod/e2ccbc5f4729e0475dfbe2897f854bbd to your computer and use it in GitHub Desktop.
exercise_1.rb
# 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