SAE11_2021/jeu.h
2022-12-02 16:25:42 +01:00

6 lines
94 B
C

#ifndef JEU_H
#define JEU_H
int jeu(int positions[20][4], int nb_paires,int tab[40]);
#endif