From ed478f53372b68248ec79cfd45043c0a324b8786 Mon Sep 17 00:00:00 2001 From: nikhilravallu <91373007+nikhilravallu@users.noreply.github.com> Date: Fri, 17 Feb 2023 17:32:07 +0530 Subject: [PATCH] Update hello.cpp --- main/hello.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main/hello.cpp b/main/hello.cpp index 16b21a0..2dca812 100644 --- a/main/hello.cpp +++ b/main/hello.cpp @@ -6,5 +6,6 @@ int main(void) { cout << "Hello, World\n"; cout << "Hello, Jenkins\n"; cout << "I have successfully built and run\n"; + cout<<"this is Nikhil"; return 0; }