1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/kotlin.md

13 lines
201 B
Markdown
Raw Normal View History

# kotlin
> Kotlin 애플리케이션 실행기.
> 더 많은 정보: <https://kotlinlang.org>.
- jar 파일 실행:
`kotlin {{파일이름.jar}}`
- Kotlin 및 JVM 버전 표시:
`kotlin -version`