We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 8107978Copy full SHA for 8107978
Hello.java
@@ -0,0 +1,6 @@
1
+public class Hello {
2
+ public static void main(String[] args) {
3
+ // Prints "Hello, World" in the terminal window.
4
+ System.out.println("Hello, World");
5
+ }
6
+}
0 commit comments