diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..5db9bd8 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,7 +5,7 @@ using namespace std; int main() { cout<< "Hello Github,"; -cout<< "Ansh!"; -return 0; +cout<< "Angad!"; + return 0; }