2018-06-12 hello world kotlin fun main(args: Array<String>) { println("Hello, World!") } ```` として kotlinc hello.kt でコンパイル。できたら実行 kotlin HelloKt