Skip to content

Instantly share code, notes, and snippets.

@TakuSemba
Created January 28, 2019 02:33
Show Gist options
  • Save TakuSemba/ef98068f8603347b95c198f4a3373a3a to your computer and use it in GitHub Desktop.
Save TakuSemba/ef98068f8603347b95c198f4a3373a3a to your computer and use it in GitHub Desktop.
test kotlin
fun getHelloString() : String {
return "Hello, world!"
}
fun main(args : Array<String>) {
println(getHelloString())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment