mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
228 B
228 B
kotlin
Kotlin application launcher. More information: https://kotlinlang.org/docs/command-line.html#compile-a-library.
- Run a jar file:
kotlin {{filename.jar}}
- Display Kotlin and JVM version:
kotlin -version