From d9aed00bb433a201b2381b3d47602702f3df190f Mon Sep 17 00:00:00 2001 From: shyamsundar5088 <158137166+shyamsundar5088@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:38:25 +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..a50c727 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 , Nazeem 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 "); } }