du2test:
	g++ -std=c++20  -I../tableaux -O3 test_mytableaux.cpp ../tableaux/tableaux_correct.cpp -o test.out
	./test.out


