diff --git a/src/main.cpp b/src/main.cpp index be9c9bb..184c057 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,8 +4,9 @@ int main(int argc, char **argv) { auto test = new std::string; // :) std::cout << "Hello xD\n"; - auto test2 = new std::string; // :) + auto test12 = new std::string; // :) auto test3 = new std::string; // :) auto test4 = new std::string; // :) + auto test5 = new std::string; return 0; }