We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c215058 commit 3f5ddebCopy full SHA for 3f5ddeb
1 file changed
ch01/Hello2.java
@@ -1,6 +1,8 @@
1
-public class Hello2 {
+public class Hello2
2
+{
3
- public static void main(String[] args) {
4
+ public static void main(String[] args)
5
+ {
6
// generate some simple output
7
System.out.println("Hello, World!"); // first line
8
System.out.println("How are you?"); // another line
0 commit comments