Skip to content

Commit 97121a3

Browse files
authored
Create HelloWorld.java
1 parent d8a669d commit 97121a3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

HelloWorld.java

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//Program to print Hello World
2+
3+
class HelloWorld
4+
{
5+
public static void main(String[] args)
6+
{
7+
System.out.println("Hello, World!");
8+
}
9+
}

0 commit comments

Comments
 (0)