From 3d7c47f079c9b15fde0c80711a773d0fa0550a57 Mon Sep 17 00:00:00 2001 From: jagdishmodi <48287274+jagdishmodi@users.noreply.github.com> Date: Thu, 6 Oct 2022 15:23:11 +0530 Subject: [PATCH] Update HelloWorld.java --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }