mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 10:15:33 +02:00
kotlin: add page (#3130)
This commit is contained in:
parent
d38a162d67
commit
98761e30b6
1 changed files with 12 additions and 0 deletions
12
pages/common/kotlin.md
Normal file
12
pages/common/kotlin.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# kotlin
|
||||||
|
|
||||||
|
> Kotlin Application Launcher.
|
||||||
|
> More information <https://kotlinlang.org>.
|
||||||
|
|
||||||
|
- Run a jar file:
|
||||||
|
|
||||||
|
`kotlin {{filename.jar}}`
|
||||||
|
|
||||||
|
- Display Kotlin and JVM version:
|
||||||
|
|
||||||
|
`kotlin -version`
|
Loading…
Add table
Reference in a new issue