From d1e6e2352a2c276d3a289ebb52e95b1131175753 Mon Sep 17 00:00:00 2001 From: Satyam Singh <123816156+Satyam0401@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:31:21 +0530 Subject: [PATCH] Correct greeting message for batch41 team --- helloworld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.java b/helloworld.java index a61cb35..8a5d31a 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,6 +1,6 @@ class Simple{ public static void main(String args[]){ System.out.println("Hello batch41 team with Chirag, Aniket , Sarang, Sairam"); - System.out.println("Hello Batch batch40 WITH FOR STUDENTS RUNNING in front of me and Santhosh , naveen, komal in making CI automated vikas teach devops CI proecss"); + System.out.println("Hello Batch batch40 WITH FOR STUDENT RUNNING in front of me and Santhosh , naveen, komal in making CI automated vikas teach devops CI proecss"); } }