1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 12:42:07 +02:00
tldr/pages.ko/common/kotlin.md
2024-11-02 15:16:58 +09:00

201 B

kotlin

Kotlin 애플리케이션 실행기. 더 많은 정보: https://kotlinlang.org.

  • jar 파일 실행:

kotlin {{파일이름.jar}}

  • Kotlin 및 JVM 버전 표시:

kotlin -version