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

12 lines
187 B
Markdown

# kotlin
> Kotlin application launcher.
> More information: <https://kotlinlang.org>.
- Run a jar file:
`kotlin {{filename.jar}}`
- Display Kotlin and JVM version:
`kotlin -version`