Skip to content

Instantly share code, notes, and snippets.

@acangiano
Created May 8, 2016 19:07
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 acangiano/5680a660964807035e3a2af24316b1e8 to your computer and use it in GitHub Desktop.
Save acangiano/5680a660964807035e3a2af24316b1e8 to your computer and use it in GitHub Desktop.
Test gist for Technical Blogging
# Some Ruby code
str = "Hello, World!"
puts "#{str} is #{str.size} characters long"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment