diff --git a/hello_world.cpp b/hello_world.cpp index 1897fb7..ed7e262 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -6,6 +6,7 @@ int main() { cout<< "Hello Github,"; cout<< "Ansh!"; +cout<< "Arshia M"; return 0; }