From 8ece2eac2a6c58b20ede4ac943a7c8a019880fc1 Mon Sep 17 00:00:00 2001 From: Umang Ahuja Date: Sun, 4 Jun 2017 22:44:57 +0530 Subject: [PATCH] Update hello.cpp --- hello.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.cpp b/hello.cpp index 5fadc16..513fa3f 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,6 +1,6 @@ #include using namespace std; int main(){ - cout << "Hello"; + cout << "Hello world"; return 0; -} \ No newline at end of file +}