Skip to content

Instantly share code, notes, and snippets.

@oscaralanpierce
Created May 19, 2021 23:17
Show Gist options
  • Save oscaralanpierce/74af1ed30476bcef87fddc3576e3eb2c to your computer and use it in GitHub Desktop.
Save oscaralanpierce/74af1ed30476bcef87fddc3576e3eb2c to your computer and use it in GitHub Desktop.
Ruby goodbye world
puts 'Please enter a name:'
name = gets
puts 'Goodbye, cruel ' + name + '!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment