diff --git a/helloworld.cpp b/helloworld.cpp index 2a9ace7..c9245ce 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -3,6 +3,6 @@ using namespace std; int main() { - cout << "Hello, World!"; + cout << "Hello, Arif!"; return 0; }