diff --git a/hello_world.cpp b/hello_world.cpp index 1149d68..b61b7f7 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,8 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Manmeet!"; +cout<< "Ansh!"; +cout<<"Sanuj Bhatia" return 0; }