Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created June 1, 2019 15:29
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/f27d02bdb041a69ac725c55f8c67382e to your computer and use it in GitHub Desktop.
Save rail-rate/f27d02bdb041a69ac725c55f8c67382e to your computer and use it in GitHub Desktop.
変数3
fun main(args: Array<String>) {
val greet = "Hello, world!"
println(greet)
println(greet)
println(greet)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment