Newer
Older
sample01 / README.md
yhornisse on 15 Feb 2020 143 bytes Add sample files

Kotlin メモ

jarファイル作成

$ kotlinc hello.kt -include-runtime -d hello.jar

実行

$ java -jar hello.jar