Browse Source

kotlin: add page (#3130)

mspear 5 năm trước cách đây
mục cha
commit
98761e30b6
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 12 0
      pages/common/kotlin.md

+ 12 - 0
pages/common/kotlin.md

@@ -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`