From 3f52ede57f50e22302246767f94a765bba97617d Mon Sep 17 00:00:00 2001 From: manthan2410 <44641100+manthan2410@users.noreply.github.com> Date: Wed, 31 Oct 2018 17:47:48 +0530 Subject: [PATCH] Update HelloWorld.cpp --- HelloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.cpp b/HelloWorld.cpp index 988914c..fa4374e 100644 --- a/HelloWorld.cpp +++ b/HelloWorld.cpp @@ -4,6 +4,6 @@ using namespace std; int main(int argc, char*argv[]) { - cout << "Hello!" << endl; + cout << "Hello World!" << endl; return 0; }