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
2016-03-23 08:19:32 +01:00

10 lines
125 B
C

/* Exercice */
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
int main(int argc, char *argv[]) {
return 0;
}