Package org.eolang
Class Main
- java.lang.Object
-
- org.eolang.Main
-
public final class Main extends Object
Bridge between Java CLI and EO.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description Main(PrintStream out)
Ctor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exec(String... args)
The same method, but not static.static void
main(String... args)
The method caled by JVM when the program starts.
-
-
-
Constructor Detail
-
Main
public Main(PrintStream out)
Ctor.- Parameters:
out
- The output
-
-