We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c709cc commit 51f3defCopy full SHA for 51f3def
convex-integration/src/main/java/convex/main/Main.java
@@ -2,8 +2,16 @@
2
3
import convex.gui.utils.Terminal;
4
5
+/**
6
+ * Implements the main entry point for convex.jar
7
+ */
8
public class Main {
9
10
+ /**
11
+ * Main entry point for convex.jar
12
+ *
13
+ * @param args Command line arguments
14
15
public static void main(String... args) {
16
boolean terminal=Terminal.checkIfTerminal();
17
if (terminal) {
0 commit comments