1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 13:22:06 +02:00
tldr/pages/common/kotlin.md
2019-06-25 01:42:55 -03:00

186 B

kotlin

Kotlin Application Launcher. More information https://kotlinlang.org.

  • Run a jar file:

kotlin {{filename.jar}}

  • Display Kotlin and JVM version:

kotlin -version