Skip to content

Commit c74208b

Browse files
sout
1 parent be0ee8f commit c74208b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
java-master-class.iml
22
out/
33
/.idea/
4+
/target

src/main/java/Main.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class Main {
2+
3+
public static void main(String[] args) {
4+
System.out.println("Java Master Class");
5+
}
6+
}

0 commit comments

Comments
 (0)