We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bc324 commit d2ff317Copy full SHA for d2ff317
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!5");
+ System.out.println("Hello World!6");
7
8
}
9
0 commit comments