From ae20e0b3d64e904e80899cc265d37897695b50ac Mon Sep 17 00:00:00 2001 From: rashmi471888 <105484104+rashmi471888@users.noreply.github.com> Date: Fri, 13 May 2022 19:41:33 +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 1d4b0da..ef811a6 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,6 +1,6 @@ class Simple{ public static void main(String args[]){ System.out.println("Hello batch26 team"); - System.out.println("Hello Batch batch26 WITH FOR STUDENTS RUNNING in front of kalyani shilpi abhishek and added the CI configuration in front of supriya and ritu as soon as code comits"); + System.out.println("Hello rashmi batch26 WITH FOR STUDENTS RUNNING in front of kalyani shilpi abhishek and added the CI configuration in front of supriya and ritu as soon as code comits"); } }