Skip to content

Instantly share code, notes, and snippets.

@oscaralanpierce
Last active May 19, 2021 06:40
Show Gist options
  • Select an option

  • Save oscaralanpierce/18e2d61d7dc6314b8b30509348dde1d1 to your computer and use it in GitHub Desktop.

Select an option

Save oscaralanpierce/18e2d61d7dc6314b8b30509348dde1d1 to your computer and use it in GitHub Desktop.
Ruby hello world
puts 'Please enter a name:'
name = gets
puts 'Hello ' + name + '!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment