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

13 lines
186 B
Markdown
Raw Normal View History

2019-06-24 23:42:55 -05:00
# kotlin
> Kotlin Application Launcher.
> More information <https://kotlinlang.org>.
- Run a jar file:
`kotlin {{filename.jar}}`
- Display Kotlin and JVM version:
`kotlin -version`