From 4ab20365562d22b7ad00cc38184e248aabe72ce5 Mon Sep 17 00:00:00 2001 From: Arghadip-Chatterjee <114013720+Arghadip-Chatterjee@users.noreply.github.com> Date: Mon, 17 Oct 2022 16:19:01 +0530 Subject: [PATCH] Updated HelloWorld.cpp Changed the parameters --- 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;