Files
graphique
prog
plateau_init.c
snake.c
snake
.gitignore
README.md
SAE11_2023/prog/snake.c

9 lines
85 B
C
Raw Normal View History

#include <stdlib.h>
#include <stdio.h>
int main (void) {
return EXIT_SUCCESS;
}