Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 303 Bytes

File metadata and controls

17 lines (13 loc) · 303 Bytes

DocExec will create a main class and execute it without arguments.

Execution Options :

  • via Java Class (ie parsing and passing the args to a Main Class)
<unit>
    <code java>
        System.out.println("First test");
    </code>
    <console>
        First test
    </console>
</unit>