Skip to content

Instantly share code, notes, and snippets.

@vovimayhem
Created May 9, 2017 01:21
Show Gist options
  • Save vovimayhem/2193718f143741dc4f666d39a89809fc to your computer and use it in GitHub Desktop.
Save vovimayhem/2193718f143741dc4f666d39a89809fc to your computer and use it in GitHub Desktop.
Sample Ruby Hello World
puts "Hello!"
puts "This is an application running on ruby #{RUBY_VERSION}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment