Skip to content

Commit 8203398

Browse files
Create HelloWorld.java
1 parent 6506c92 commit 8203398

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HelloWorld.java

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

0 commit comments

Comments
 (0)