SAE11_2023/Snake/main.c

6 lines
54 B
C

#include "Jeu.h"
int main(void) {
LancerJeu();
}