Skip to content

Commit f14e170

Browse files
authored
Merge pull request #1 from rainbowBPF2/may20
add java main file
2 parents 138b048 + 5679d86 commit f14e170

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)