Package org.eolang

Class 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 Detail

      • main

        public static void main​(String... args)
                         throws Exception
        The method called by JVM when the program starts.
        Parameters:
        args - Command line args
        Throws:
        Exception - If fails