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

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

The newest version!
package replpp.server

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy