diff --git a/mistake.cpp b/mistake.cpp index 03f2f21..1947f7f 100644 --- a/mistake.cpp +++ b/mistake.cpp @@ -1,7 +1,8 @@ #include +using namespace std; -integer main() { - String correctMePls = 4; +int main() { + char correctMePls = 4; - return 45; -} + return correctMePls; +} diff --git a/mistake.exe b/mistake.exe new file mode 100644 index 0000000..caa84be Binary files /dev/null and b/mistake.exe differ