Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created November 21, 2018 12:25
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 mistyrinth/e590ffc99f5027f17360aa430cb4a186 to your computer and use it in GitHub Desktop.
Save mistyrinth/e590ffc99f5027f17360aa430cb4a186 to your computer and use it in GitHub Desktop.
def hello(message = "はじめまして", name = "名無しさん")
print(message, "、", name, "\n")
end
hello("こんにちは")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment