Skip to content

Instantly share code, notes, and snippets.

@mistyrinth
Created November 21, 2018 11:16
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/8af880a8eab7d8655db38cb013ae744c to your computer and use it in GitHub Desktop.
Save mistyrinth/8af880a8eab7d8655db38cb013ae744c 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