diff --git a/mistake.cpp b/mistake.cpp index 03f2f21..ae8ef22 100644 --- a/mistake.cpp +++ b/mistake.cpp @@ -1,7 +1,7 @@ #include -integer main() { - String correctMePls = 4; +int main() { + int correctMePls = 4; return 45; }