Entrainements + fin TP structures

This commit is contained in:
Simoes Lukas
2024-12-02 14:12:49 +01:00
parent 161df92584
commit 6f3e79de9d
36 changed files with 1240 additions and 0 deletions

View File

BIN
DEV1.1/TP22/image.bin Normal file

Binary file not shown.

BIN
DEV1.1/TP22/nb_executions Normal file

Binary file not shown.

11
DEV1.1/TP22/test.c Normal file
View File

@@ -0,0 +1,11 @@
# include <stdio.h>
# include <stdlib.h>
# include <graph.h>
int main(void) {
FILE* fichier = NULL;
int i;
int valeur;
return EXIT_SUCCESS;
}