From ad471f18a44e78dad2cd4197126dab6ecd444e61 Mon Sep 17 00:00:00 2001 From: swarnimaasingh Date: Thu, 5 Oct 2023 21:48:32 +0530 Subject: [PATCH] fixed mistake .cpp --- mistake.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mistake.cpp b/mistake.cpp index 03f2f21..d62c89d 100644 --- a/mistake.cpp +++ b/mistake.cpp @@ -1,7 +1,8 @@ #include +using namespace std; -integer main() { - String correctMePls = 4; - +int main() { + int correctMePls = 4; + cout<<"Hello"; return 45; }