Skip to content

Instantly share code, notes, and snippets.

@rail-rate
Created August 17, 2019 07: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/b4cea6881e86eb5609c03e9837518aca to your computer and use it in GitHub Desktop.
Save rail-rate/b4cea6881e86eb5609c03e9837518aca to your computer and use it in GitHub Desktop.
class2
fun main(args: Array<String>) {
}
class Test{
var name = ""
var age = 0
fun hello(){
println("${name}です。${age}です。よろしく!")
}//hello
}//Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment