All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tool.Main.scala Maven / Gradle / Ivy

The newest version!
package avrohugger
package tool


/** Command-line driver.*/
object Main {

  def main(args: Array[String]) = {
    val r = new Runner(System.in, System.out, System.err)
    val exitCode = r.run(args)
    System.exit(exitCode)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy