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; }