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 77a32bf commit 50c7541Copy full SHA for 50c7541
src/main/java/seedu/address/Main.java
@@ -19,6 +19,7 @@
19
* to be the entry point of the application, we avoid this issue.
20
*/
21
public class Main {
22
+ // Temporary comment for test commit
23
public static void main(String[] args) {
24
Application.launch(MainApp.class, args);
25
}
0 commit comments