diff --git a/HelloWorld.java b/HelloWorld.java index 94f6258..0ffe995 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -4,6 +4,6 @@ */ public class HelloWorld { public static void main(String[] args) { - System.out.println("Hello, World, this is a new world,for new change"); + System.out.println("Hello, World, this is a new world,for new change,in new season"); } }