From 38d5038cf00f1ce665e8c413f2d1f1f17f1f9945 Mon Sep 17 00:00:00 2001 From: Harishankar Mishra <153495362+Harishankar45mishra@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:29:44 +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 8bd66e4..f06a480 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,6 +1,6 @@ class Simple{ public static void main(String args[]){ - System.out.println("Hello batch43 team with Mohit, Yogesh , Sachoin"); + System.out.println("Hello batch43 team with Mohit, Yogesh, Harish, Sachoin"); System.out.println("Hello Batch batch42 WITH FOR STUDENTS RUNNING in front of me and Anurag Prince in making CI automated vikas teach devops CI proecss"); } }