11 lines
177 B
C
11 lines
177 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <graph.h>
|
|
#include <time.h>
|
|
#include "images.h"
|
|
#include "action.h"
|
|
|
|
int main(void){
|
|
tirage_aleatoire();
|
|
return EXIT_SUCCESS;
|
|
} |