Package org.eolang
Class Main
java.lang.Object
org.eolang.Main
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
-
Method Details
-
main
The method called by JVM when the program starts.- Parameters:
args- Command line args- Throws:
Exception- If fails
-