mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:02:08 +02:00
12 lines
187 B
Markdown
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`
|