yhornisse authored on 15 Feb 2020
README.md Add sample files 4 years ago
class.kt Add sample files 4 years ago
hello.kt Add sample files 4 years ago
README.md

Kotlin メモ

jarファイル作成

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

実行

$ java -jar hello.jar