Skip to content

Commit ae370b1

Browse files
Java Hello World
1 parent 0a9e1c4 commit ae370b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Java_Hello_World.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class Solution{
2+
static void printHelloWorld(){
3+
// code here
4+
System.out.println("Hello World");
5+
}
6+
}

0 commit comments

Comments
 (0)