From 9ccf71df1b01b60c715aa43e491e6393536080c3 Mon Sep 17 00:00:00 2001 From: kp0802 <54738639+kp0802@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:34:08 +0530 Subject: [PATCH] Update helloworld.cpp --- helloworld.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +}