Skip to content

Commit 9b747f2

Browse files
Add files via upload
1 parent ce03ee9 commit 9b747f2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

ch01/Hello.java

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
public class Hello {
2-
3-
public static void main(String[] args) {
4-
// generate some simple output
5-
System.out.println("Hello, World!");
6-
}
7-
8-
}
1+
public class Hello {
2+
3+
public static void main(String[] args) {
4+
// generate some simple output
5+
System.out.println("Hello, World!");
6+
}
7+
}

0 commit comments

Comments
 (0)