From 8d62034bc8774e33d9210e42f90a8d383853895c Mon Sep 17 00:00:00 2001 From: s9r-5 <81210115+s9r-5@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:38:01 +0530 Subject: [PATCH 1/2] Update Hello.java --- src/main/java/Hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/Hello.java b/src/main/java/Hello.java index e729cdda..94aef08c 100644 --- a/src/main/java/Hello.java +++ b/src/main/java/Hello.java @@ -1,7 +1,7 @@ public class Hello { - public static String GREETING = "Hello world! Shashi test1"; + public static String GREETING = "world!world! Shashi test1"; public static void main(String []args) { From 8c0ac23030a6c1efcc5890cf5cdac95d9628ee34 Mon Sep 17 00:00:00 2001 From: s9r-5 <81210115+s9r-5@users.noreply.github.com> Date: Tue, 7 Feb 2023 16:43:11 +0530 Subject: [PATCH 2/2] Update Hello.java --- src/main/java/Hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/Hello.java b/src/main/java/Hello.java index 94aef08c..a0ecce02 100644 --- a/src/main/java/Hello.java +++ b/src/main/java/Hello.java @@ -1,7 +1,7 @@ public class Hello { - public static String GREETING = "world!world! Shashi test1"; + public static String GREETING = "world!world! 13 Shashi test1"; public static void main(String []args) {