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