We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d7c89 commit 425364dCopy full SHA for 425364d
1 file changed
Lesson01/src/com/eomjinyoung/lesson01/Hello.java
@@ -3,7 +3,7 @@
3
public class Hello {
4
5
public static void main(String[] args) {
6
- System.out.println("Hello World!3");
+ System.out.println("Hello World!4");
7
8
}
9
0 commit comments