diff --git a/probReine.c b/probReine.c index 630d67663921740c33bd177e5a9f19ac3d26f423..af257566c8bd4a8e0a35b24108106bc7439f32f1 100644 --- a/probReine.c +++ b/probReine.c @@ -69,4 +69,5 @@ int main() { int cpt = 0; nbr_sol(n, board, 0, &cpt); printf("Nombre de solutions: %d\n", cpt); + printf("testgit"); } \ No newline at end of file