From 5ce34b74a8a58eeedccad68e345b311ac3813969 Mon Sep 17 00:00:00 2001 From: deepatharwani <44153137+deepatharwani@users.noreply.github.com> Date: Thu, 18 Oct 2018 16:08:13 +0530 Subject: [PATCH] Removed return type int --- GettingStarted/helloworld.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GettingStarted/helloworld.cpp b/GettingStarted/helloworld.cpp index 247d86e..f30fc8f 100644 --- a/GettingStarted/helloworld.cpp +++ b/GettingStarted/helloworld.cpp @@ -1,7 +1,6 @@ #include using namespace std; -int main{ +void main{ cout<<"Hello World"<