From 2f612d0802c7c3049ef94ab6cbc9f61a9166d657 Mon Sep 17 00:00:00 2001 From: kashif1903 <42750333+kashif1903@users.noreply.github.com> Date: Wed, 31 Oct 2018 17:33:50 +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; }