From 76fd55799da420e947f716bce33da4cb0d4aa295 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Sat, 13 Aug 2022 08:26:18 -0400 Subject: [PATCH] do stuff --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }