Skip to content

Commit a92c4d6

Browse files
committed
to print HelloWorld
0 parents  commit a92c4d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

HelloWorld.java

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
public class HelloWorld{
2+
public static void main(String s[]){
3+
System.out.println("welcome!!");
4+
}
5+
}

0 commit comments

Comments
 (0)