From e18e36182ccd7cf33cfd8353e7653f160c025e17 Mon Sep 17 00:00:00 2001 From: jkunal14 <43882559+jkunal14@users.noreply.github.com> Date: Fri, 5 Oct 2018 22:10:12 +0530 Subject: [PATCH] Update helloWorld.cpp --- C++/helloWorld.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/C++/helloWorld.cpp b/C++/helloWorld.cpp index d14b0faf6..0632b69bf 100644 --- a/C++/helloWorld.cpp +++ b/C++/helloWorld.cpp @@ -1,7 +1,9 @@ #include +using namespace std; int main() { - std::cout << "Hello, world!\n"; + cout<<"Hello World!!"<