GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
sample-kotlin
/
sample01
Download ZIP
1 commit
Transfer to URL with SHA
tree:
d22b30ab5b
Branches
Tags
×
master
latest commit
d22b30ab5b
yhornisse
authored
on 15 Feb 2020
README.md
Add sample files
6 years ago
class.kt
Add sample files
6 years ago
hello.kt
Add sample files
6 years ago
README.md
Kotlin メモ
jarファイル作成
$ kotlinc hello.kt -include-runtime -d hello.jar
実行
$ java -jar hello.jar