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);
|
std::string vecint_tostring(std::vector<int> list);
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
test();
|
/* test();
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS; */
|
||||||
|
|
||||||
ProtoProjet pp;
|
ProtoProjet pp;
|
||||||
|
|
||||||
|
|
Reference in a new issue