Skip to content

Instantly share code, notes, and snippets.

@danascheider
Created May 19, 2021 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danascheider/74af1ed30476bcef87fddc3576e3eb2c to your computer and use it in GitHub Desktop.
Save danascheider/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