not by default
This commit is contained in:
parent
fc0c8e3a71
commit
ebd74a8088
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ void test();
|
|||
std::string vecint_tostring(std::vector<int> list);
|
||||
|
||||
int main() {
|
||||
test();
|
||||
return EXIT_SUCCESS;
|
||||
/* test();
|
||||
return EXIT_SUCCESS; */
|
||||
|
||||
ProtoProjet pp;
|
||||
|
||||
|
|
Reference in a new issue