Skip to content

Commit 51f3def

Browse files
committed
Main entry point docs
1 parent 8c709cc commit 51f3def

File tree

1 file changed

+8
-0
lines changed
  • convex-integration/src/main/java/convex/main

1 file changed

+8
-0
lines changed

convex-integration/src/main/java/convex/main/Main.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,16 @@
22

33
import convex.gui.utils.Terminal;
44

5+
/**
6+
* Implements the main entry point for convex.jar
7+
*/
58
public class Main {
69

10+
/**
11+
* Main entry point for convex.jar
12+
*
13+
* @param args Command line arguments
14+
*/
715
public static void main(String... args) {
816
boolean terminal=Terminal.checkIfTerminal();
917
if (terminal) {

0 commit comments

Comments
 (0)