This repository has been archived on 2019-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
s4-c/modele.c

10 lines
125 B
C
Raw Normal View History

2016-03-23 07:19:32 +00:00
/* Exercice */
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
int main(int argc, char *argv[]) {
return 0;
}