diff --git a/helloworld.cpp b/helloworld.cpp index b5c1a02..c3d7126 100644 --- a/helloworld.cpp +++ b/helloworld.cpp @@ -1,4 +1,5 @@ //Aparna S +//Krishnaprasad V #include @@ -6,5 +7,6 @@ using namespace std; int main(){ cout<<"Hello World!!"; + cout<<"\n"<<"HAVE A GREAT DAY AHEAD :)"; return 0; -} \ No newline at end of file +}