Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 2f8a07e

Browse files
committed
Hello.java
Signed-off-by: Harshit_Dongre <95414266+Harshit1020@users.noreply.github.com>
1 parent 3b1179f commit 2f8a07e

File tree

1 file changed

+5
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)