Ajout des fichiers des séances précédentes

This commit is contained in:
2026-09-14 10:11:56 +02:00
commit 6dbd74db95
32 changed files with 102 additions and 0 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
/* premier programme */
#include <stdlib.h>
#include <stdio.h>
int main(void) {
printf("Hello World!\n");
return EXIT_SUCCESS;
}