1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 08:15:24 +02:00

kotlin: add page (#3130)

This commit is contained in:
mspear 2019-06-24 23:42:55 -05:00 committed by Andrik Albuquerque
parent d38a162d67
commit 98761e30b6

12
pages/common/kotlin.md Normal file
View 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`