Created
February 10, 2023 10:41
-
-
Save rodloboz/64cf97243073de8b6819da2086b6a2ac to your computer and use it in GitHub Desktop.
Ruby Hello World
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
def hello(name = "world") | |
"Hello, #{name}!" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment