From cb8d05aa4c72aba1b373be4407553e98bd26d475 Mon Sep 17 00:00:00 2001 From: wadhwani139 <43106108+wadhwani139@users.noreply.github.com> Date: Wed, 17 Oct 2018 22:23:39 +0530 Subject: [PATCH] update hello.cpp --- C ++/hello_swar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C ++/hello_swar.cpp b/C ++/hello_swar.cpp index 520c6ab50..3e2e2c89e 100644 --- a/C ++/hello_swar.cpp +++ b/C ++/hello_swar.cpp @@ -4,6 +4,6 @@ using namespace std; int main() { - cout << "Hello World !!!" << endl; + cout << "\nHello World !!!" << endl; return 0; }