Created
May 8, 2016 19:07
-
-
Save acangiano/5680a660964807035e3a2af24316b1e8 to your computer and use it in GitHub Desktop.
Test gist for Technical Blogging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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