From c77c4b506e68a557366b9e7925f4172542ff0497 Mon Sep 17 00:00:00 2001 From: Aadithya <82932051+aadithya2112@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:46:47 +0530 Subject: [PATCH] Update CPP004_Input.cpp to add return type to main function --- CPP004_Input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CPP004_Input.cpp b/CPP004_Input.cpp index 97a939c..7551127 100644 --- a/CPP004_Input.cpp +++ b/CPP004_Input.cpp @@ -2,7 +2,7 @@ using namespace std; -main() +int main() { // cin - console input int a;