partiellement fini

This commit is contained in:
vaisse
2025-10-15 17:57:48 +02:00
parent ceffc9f2bf
commit bf9233b55e
6 changed files with 1038 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ int main(int argc, char**argv){
triSpecial(tableau, nb_racine_carre, count);
Affichage(tableau, nb_racine_carre, count);
free(tableau);
free(buffer);