check leaks on d02 ok

This commit is contained in:
hugogogo
2022-03-14 17:42:07 +01:00
parent eec58e03ac
commit a3a82c1c18
10 changed files with 112 additions and 13 deletions

17
d02/< Normal file
View File

@@ -0,0 +1,17 @@
#include <iostream>
#include <string>
#include "colors.h"
#define N_TEST "1"
int main() {
int i = 0;
std::cout << B_YELLOW "\n[" << ++i << "/" N_TEST "] "
<< "tests :" RESET "\n";
{
}
return 0;
}