We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b758bd + cea2427 commit 8c1e792Copy full SHA for 8c1e792
1 file changed
ch01/Hello.java
@@ -6,3 +6,11 @@ public static void main(String[] args) {
6
}
7
8
9
+
10
+public class Hello [
11
+ public static void main(String[]args) {
12
+ //generate some simple output
13
+ System.out.println("Hello, World!");
14
+ }
15
16
0 commit comments