SAE11_2021/jeu.h

6 lines
82 B
C

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