Last active
October 20, 2018 09:13
-
-
Save dayvough/e53e8a6ce05aab857ebd77c4e43dd400 to your computer and use it in GitHub Desktop.
Ghost Gist Test
This file contains 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
def hello_world(name) | |
puts "Hello, #{name}!" | |
end | |
hello_world("ghost") # Hello, Ghost! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment