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()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String... args)
The method caled by JVM when the program starts.
-