Package org.eolang
Class Main
- java.lang.Object
-
- org.eolang.Main
-
public final class Main extends Object
Bridge between Java CLI and EO.This class has a single public static method
main()
, which is supposed to be called by java runtime from command line. The best example of this class usage is in the "sandbox/canonical" directory.- Since:
- 0.1
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String... args)
The method called by JVM when the program starts.
-