Skip to content

Commit 5679d86

Browse files
committed
add java main file
1 parent a221b7f commit 5679d86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/hello/JavaMain.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package hello;
2+
3+
public class JavaMain {
4+
5+
public static void main(String[] args) {
6+
System.out.println("hello there!");
7+
}
8+
}

0 commit comments

Comments
 (0)