diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..a3f7dea 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -4,8 +4,8 @@ using namespace std; int main() { -cout<< "Hello Github,"; -cout<< "Ansh!"; +cout<< "Hello friends,"; +cout<< "here is Ansh gupta present here!"; return 0; }