# Kotlin メモ ## jarファイル作成 ``` $ kotlinc hello.kt -include-runtime -d hello.jar ``` ## 実行 ``` $ java -jar hello.jar ```