We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a4701 commit 6e90509Copy full SHA for 6e90509
1 file changed
HelloWorld.java
@@ -4,6 +4,6 @@
4
*/
5
public class HelloWorld {
6
public static void main(String[] args) {
7
- System.out.println("Hello, World");
+ System.out.println("Hello,New World");
8
}
9
0 commit comments