Status
This commit is contained in:
parent
178291f9f0
commit
75553a72a1
1 changed files with 9 additions and 0 deletions
9
modele.c
Normal file
9
modele.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* Exercice */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
return 0;
|
||||
}
|
Reference in a new issue