Skip to content

Instantly share code, notes, and snippets.

@nitaking
Last active February 9, 2018 14:09
Show Gist options
  • Save nitaking/efdca4882ae16f3459e1 to your computer and use it in GitHub Desktop.
Save nitaking/efdca4882ae16f3459e1 to your computer and use it in GitHub Desktop.
[Kotlin]ことりんという言語に触れてみる ref: https://qiita.com/nitaking/items/1dad4b629c7a5cb15157
fun main(args: Array<String>) {
println("Hello, world!")
}
fun main(args: Array<String>) {
println("Hello, world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment