SAE11_2021/action.c

11 lines
177 B
C
Raw Normal View History

2022-11-28 16:58:39 +01:00
#include <stdio.h>
#include <stdlib.h>
#include <graph.h>
#include <time.h>
#include "images.h"
2022-11-28 18:34:21 +01:00
#include "action.h"
2022-11-28 16:58:39 +01:00
2022-11-28 18:34:21 +01:00
int main(void){
tirage_aleatoire();
return EXIT_SUCCESS;
}