Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created June 1, 2019 15:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rail-rate/8488cdb4f68bfee9a5a57972fdc85b27 to your computer and use it in GitHub Desktop.
変数1
fun main(args: Array<String>) {
val greet : String = "Hello, world!"
println(greet)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment