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