From 3a575cffca9df371078923ddd18451535588a9a1 Mon Sep 17 00:00:00 2001 From: Reetesh Singh Date: Wed, 17 Oct 2018 19:17:53 +0530 Subject: [PATCH] update hello-world --- C ++/Hello-world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C ++/Hello-world.cpp b/C ++/Hello-world.cpp index 86da1f94f..8c6ea87ef 100644 --- a/C ++/Hello-world.cpp +++ b/C ++/Hello-world.cpp @@ -2,6 +2,6 @@ using namespace std; int main(){ - cout << "Hello World!"; + cout << "Hello World !!!"; return 0; }