GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-kotlin
/
sample01
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Switch branches
×
master
sample01
/ README.md
yhornisse
on 15 Feb 2020
143 bytes
Add sample files
Raw
Blame
History
Kotlin メモ
jarファイル作成
$ kotlinc hello.kt -include-runtime -d hello.jar
実行
$ java -jar hello.jar