Skip to content

Commit 3fc3c39

Browse files
committed
add HelloWorld.java
1 parent adef1fd commit 3fc3c39

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

HelloWorld.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
public class HelloWorld{
3+
public static void main(String[] args) {
4+
System.out.println("Hello World I'm Java");
5+
}
6+
}
7+
8+
class TestOject{
9+
public TestOject(){
10+
super();
11+
}
12+
13+
14+
}
15+
16+

0 commit comments

Comments
 (0)