Simple

trait Simple extends IOApp
trait IOApp
class Object
trait Matchable
class Any

Value members

Abstract methods

def run: IO[Unit]

Concrete methods

final def run(args: List[String]): IO[ExitCode]

Inherited methods

def main(args: Array[String]): Unit

The main method that runs the IO returned by run and exits the app with the resulting code on completion.

The main method that runs the IO returned by run and exits the app with the resulting code on completion.

Inherited from
IOApp