From 67b31f33dc01bb91d72fd96b115ee8a11053b04c Mon Sep 17 00:00:00 2001 From: ajmalpasha <35095379+ajmalpasha@users.noreply.github.com> Date: Fri, 18 Nov 2022 00:51: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 bf44090..1ab675f 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,6 +1,6 @@ class Simple{ public static void main(String args[]){ System.out.println("Hello batch27 team kamlesh will do in some time in his company"); - System.out.println("Hello Batch batch27 WITH FOR STUDENTS RUNNING in front of anil utkarsh meghna and i setup CI also at job 6 after that all job should run automatically"); + System.out.println("Hello Team I have made changes to this code"); } }