From 866c04c77c5df93617c68eddaee95520486af93c Mon Sep 17 00:00:00 2001 From: faisal211 <44641373+faisal211@users.noreply.github.com> Date: Wed, 31 Oct 2018 17:54:09 +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..335493a 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; }