We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c81ce0 commit d3f8f79Copy full SHA for d3f8f79
src/main/java/core/basesyntax/MainApp.java
@@ -1,5 +1,7 @@
1
package core.basesyntax;
2
3
public class MainApp {
4
-
+ public static void main(String[] args) {
5
+ System.out.println("My first application");
6
+ }
7
}
0 commit comments