DEV1.1
CM1
CM2
CM3
DEV1.1bis
Entrainements
SAé
TP01
TP03
TP05
TP06
TP07
TP08
TP09
TP10
TP11
TP12
TP13
TP14
TP15
TP16
TP17
TP19
TP20
TP21
TP22
TP22-reponses.txt
image.bin
nb_executions
test.c
TP23
TP24
TP25
TP27
TP28
TP29
TP30
TP31
controle_machine_2_B
commande_grep
simoes_CM1.tar.gz
simoes_CM2.tar.gz
simoes_CM3.tar.gz
DEV2.1
SAE11_2024
SCR
.gitignore
README.md
11 lines
148 B
C
11 lines
148 B
C
# include <stdio.h>
|
|
# include <stdlib.h>
|
|
# include <graph.h>
|
|
|
|
int main(void) {
|
|
FILE* fichier = NULL;
|
|
int i;
|
|
int valeur;
|
|
|
|
return EXIT_SUCCESS;
|
|
} |