show how to write hello, and use class defined in Java.
open com.example.Hello.kt, right click and click "Run 'com.example.HelloKt'".
First
mvn compile
Then
kotlin -classpath target/classes com.example.HelloKt
Or
mvn exec:java -Dexec.mainClass="com.example.HelloKt" -Dexec.args=""
show type of kotlin.
if, when, for, break
class open inherited