added print

This commit is contained in:
hugogogo
2022-06-15 21:23:19 +02:00
parent 32c413f741
commit 1cc5dabb7b
4 changed files with 52 additions and 75 deletions

View File

@@ -8,9 +8,8 @@
int main() {
// VECTOR
test_simple();
// tests_vector_constructor();
// tests_vector_operator_assignation();
tests_vector_constructor();
tests_vector_operator_assignation();
// tests_vector_begin();
// tests_vector_end();
// tests_vector_rbegin();