mirror of https://github.com/CrimsonTome/tldr.git
13 lines
186 B
Markdown
13 lines
186 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`
|