We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567477c commit 98e6616Copy full SHA for 98e6616
src/main.cpp
@@ -6,5 +6,6 @@ int main(int argc, char **argv)
6
std::cout << "Hello xD\n";
7
auto test2 = new std::string; // :)
8
auto test3 = new std::string; // :)
9
+ auto test4 = new std::string; // :)
10
return 0;
11
}
0 commit comments