Skip to content

Commit 98e6616

Browse files
authored
5 (#4)
1 parent 567477c commit 98e6616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ int main(int argc, char **argv)
66
std::cout << "Hello xD\n";
77
auto test2 = new std::string; // :)
88
auto test3 = new std::string; // :)
9+
auto test4 = new std::string; // :)
910
return 0;
1011
}

0 commit comments

Comments
 (0)