From 1279762fb5071c4c8f0cc950a24cfce4efeebea1 Mon Sep 17 00:00:00 2001 From: Anshika Aggarwal <43802126+Anshika85@users.noreply.github.com> Date: Mon, 4 Oct 2021 22:28:23 +0530 Subject: [PATCH] Update main.cpp added code --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c62a78a..5df901b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ #include - +using namespace std; int main(){ //add code here - + cout<<""this is main file"; return 0; }