From f78f0e06b31a947a7bd9f07c2ba7aad7cecf27af Mon Sep 17 00:00:00 2001 From: shyamsundar5088 <158137166+shyamsundar5088@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:35:51 +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 3c60657..097a30a 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,6 +1,6 @@ class Simple{ public static void main(String args[]){ - System.out.println("Hello batch33 team with Devanshu , Nazeem and Sopan"); + System.out.println("Hello batch33 team with shyam , sundar and Sopan"); System.out.println("Hello Batch batch33 WITH FOR STUDENTS RUNNING in front of Harsha and Mohit and Kumar iman in making CI automated vikas teach devops CI proecss "); } }