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

This commit is contained in:
2026-09-08 16:21:18 +02:00
parent abfb55e637
commit 6815d68820
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,2 @@
I-
1
+9
View File
@@ -0,0 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("%d\n", 72);
printf("%d\n", 0110);
printf("%d\n", 0x48);
return EXIT_SUCCESS;
}