Skip to content

Instantly share code, notes, and snippets.

@rodloboz
Created February 10, 2023 10:41
Show Gist options
  • Save rodloboz/64cf97243073de8b6819da2086b6a2ac to your computer and use it in GitHub Desktop.
Save rodloboz/64cf97243073de8b6819da2086b6a2ac to your computer and use it in GitHub Desktop.
Ruby Hello World
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