From ebd74a808806e3b370d8d10cb17198ce4b83f3cc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 28 Oct 2023 13:09:01 +0200 Subject: [PATCH] not by default --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 8aa2e3d..f4f2fd1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,8 +10,8 @@ void test(); std::string vecint_tostring(std::vector list); int main() { - test(); - return EXIT_SUCCESS; + /* test(); + return EXIT_SUCCESS; */ ProtoProjet pp;