Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created August 18, 2019 06:59
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 rail-rate/4e4e8db6bb1b27ddbaee64642c6b3cb9 to your computer and use it in GitHub Desktop.
Save rail-rate/4e4e8db6bb1b27ddbaee64642c6b3cb9 to your computer and use it in GitHub Desktop.
println
fun main(args: Array<String>) {
println("こんにちは")
println("さようなら")
print("こんばんは")
print("おやすみ")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment