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

replpp.server.Main.scala Maven / Gradle / Ivy

package replpp.server

object Main {
  def main(args: Array[String]): Unit = {
    val config = Config.parse(args)
    ReplServer.startHttpServer(config)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy