Skip to content

Commit d3f8f79

Browse files
committed
added psvm method
1 parent 0c81ce0 commit d3f8f79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package core.basesyntax;
22

33
public class MainApp {
4-
4+
public static void main(String[] args) {
5+
System.out.println("My first application");
6+
}
57
}

0 commit comments

Comments
 (0)