From 0831f13c4a848e1ea0243bf19ccbe2e3b4bde88e Mon Sep 17 00:00:00 2001 From: soumili-03 Date: Sun, 1 Oct 2023 23:31:28 +0530 Subject: [PATCH] changes cpp file --- mistake.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mistake.cpp b/mistake.cpp index 03f2f21..c636a96 100644 --- a/mistake.cpp +++ b/mistake.cpp @@ -1,7 +1,9 @@ #include +using namespace std; -integer main() { - String correctMePls = 4; +int main() +{ + string correctMePls = "4"; return 45; }