zoukankan      html  css  js  c++  java
  • Kotlin -help

    {

    kotlin: run Kotlin programs, scripts or REPL.

    Usage: kotlin <options> <command> <arguments>
    where command may be one of:
      foo.Bar                    Runs the 'main' function from the class with the given qualified name
      app.jar                    Runs the given JAR file as 'java -jar' would do
                                 (-classpath argument is ignored and no Kotlin runtime is added to the classpath)
    and possible options include:
      -classpath (-cp) <path>    Paths where to find user class files
      -Dname=value               Set a system JVM property
      -J<option>                 Pass an option directly to JVM
      -no-reflect                Don't include Kotlin reflection implementation into classpath
      -version                   Display Kotlin version
      -help (-h)                 Print a synopsis of options

    }

  • 相关阅读:
    Codeforces.468C.Hack it!(构造)
    BZOJ.3227.[SDOI2008]红黑树tree(树形DP 思路)
    146
    145
    144
    143
    142
    141
    140
    139
  • 原文地址:https://www.cnblogs.com/YZFHKMS-X/p/11866810.html
Copyright © 2011-2022 走看看