Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created June 16, 2019 11:10
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/6c790a5dc874c86f61c5c921c1570a6e to your computer and use it in GitHub Desktop.
Save rail-rate/6c790a5dc874c86f61c5c921c1570a6e to your computer and use it in GitHub Desktop.
変数5
fun main(args: Array<String>) {
val a = "こんにちは\n元気ですか?"
println(a)
val b = "こんにちは"
val c = "元気ですか?"
println(b)
println(c)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment