From fa1fea62af8ff82801563b49af895d1fdcc47d45 Mon Sep 17 00:00:00 2001 From: Arghadip-Chatterjee <114013720+Arghadip-Chatterjee@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:32:00 +0530 Subject: [PATCH] updated main function Removed parameters of main function --- HelloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.cpp b/HelloWorld.cpp index 988914c..6efd3ea 100644 --- a/HelloWorld.cpp +++ b/HelloWorld.cpp @@ -2,7 +2,7 @@ using namespace std; -int main(int argc, char*argv[]) +int main() { cout << "Hello!" << endl; return 0;