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; }