Skip to content

Commit 5c5324f

Browse files
Create Hello.java
1 parent 91e9f2d commit 5c5324f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class Hello {
2+
public static void main(String args[]) {
3+
4+
System.out.println("Hello World");
5+
}
6+
}

0 commit comments

Comments
 (0)