We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fa355 commit b004bacCopy full SHA for b004bac
1 file changed
HelloWorld.java
@@ -0,0 +1,10 @@
1
+public class HelloWorld {
2
+ public static void main(String[] args) {
3
+
4
+ String h = "Hello,";
5
+ String w = "World!";
6
7
+ System.out.println(h + " " + w);
8
+ }
9
+}
10
0 commit comments