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

io.github.awwsmm.zepto.Main.scala Maven / Gradle / Ivy

The newest version!
package io.github.awwsmm.zepto

object Main extends App {

  private val commands = Set(
    Command.Echo,
    Command.Ohce,
    Command.Quit,
    Command.help(Set(Command.Echo, Command.Ohce, Command.Quit))
  )

  new Terminal(commands).run()

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy