oups je voulais dire d01

This commit is contained in:
Hugo LAMY
2022-03-15 21:12:14 +01:00
parent c19c89be85
commit c6c2713084

17
d02/<
View File

@@ -1,17 +0,0 @@
#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;
}