From 58423a3d398eff42a76211849a077d8fd93f565e Mon Sep 17 00:00:00 2001 From: vvsonawane82 Date: Thu, 5 Jun 2025 10:20:31 +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 a82608a..173e30d 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,6 +1,6 @@ class Simple{ public static void main(String args[]){ System.out.println("Hello batch39 team with Santhosh, jay"); - System.out.println("Hello Batch batch39 WITH FOR STUDENTS RUNNING in front of me and Tanuj, 3rd Commit Aditya in making CI automated vikas teach devops CI proecss"); + System.out.println("Hello Batch batch39 WITH FOR STUDENTS RUNNING in front of me and Tanuj, 4th Commit Raj in making CI automated vikas teach devops CI proecss"); } }