We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9e1c4 commit ae370b1Copy full SHA for ae370b1
Java_Hello_World.java
@@ -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