Skip to content

Commit f4c1a34

Browse files
authored
Create Hello_world.java
1 parent 2e46ccc commit f4c1a34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Hello_world.java

+5
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)