Skip to content

Commit 047d343

Browse files
committed
First Test Program
1 parent 27196db commit 047d343

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

HelloWorld.java

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

0 commit comments

Comments
 (0)