Skip to content

Instantly share code, notes, and snippets.

@Juice10
Last active September 12, 2018 16:24
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 Juice10/4946d6e98f7faa07b3e39439669eca2e to your computer and use it in GitHub Desktop.
Save Juice10/4946d6e98f7faa07b3e39439669eca2e to your computer and use it in GitHub Desktop.
def main(params = {})
  name = params["name"] || "stranger"
  greeting = "Hello #{name}!"
{ greeting: greeting }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment