From b6bf3243ade78c2739fb8222a72ef3281f73e127 Mon Sep 17 00:00:00 2001 From: Kevin Tandon Date: Sun, 1 Oct 2023 12:45:53 +0530 Subject: [PATCH 1/2] Changes made - test 1 --- mistake.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistake.cpp b/mistake.cpp index 03f2f21..f6aa17d 100644 --- a/mistake.cpp +++ b/mistake.cpp @@ -1,7 +1,7 @@ #include integer main() { - String correctMePls = 4; + int correctMePls = 4; return 45; } From e57a0925ae96728577104e7e92fd3c8d6e2d156b Mon Sep 17 00:00:00 2001 From: Kevin Tandon Date: Sun, 1 Oct 2023 12:46:18 +0530 Subject: [PATCH 2/2] test --- mistake.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mistake.cpp b/mistake.cpp index f6aa17d..c6355a1 100644 --- a/mistake.cpp +++ b/mistake.cpp @@ -1,7 +1,7 @@ #include -integer main() { +int main() { int correctMePls = 4; - return 45; + return 0; }