From d074bedf3cd91a1d324a3af49caef02850e49ffb Mon Sep 17 00:00:00 2001 From: goutamhegde123 <83205198+goutamhegde123@users.noreply.github.com> Date: Tue, 19 Oct 2021 23:25:52 +0530 Subject: [PATCH] added word to hello --- Hello_World/Hello_2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello_World/Hello_2.java b/Hello_World/Hello_2.java index de8c833..dc57bf2 100644 --- a/Hello_World/Hello_2.java +++ b/Hello_World/Hello_2.java @@ -1,7 +1,7 @@ class Hello_2 { public static void main (String args[]) { - s="hello"; + s="Hello Word"; System.out.println(s); } }