Developpement/23DEV1.1/TPS1/TP2/controle/titi.c

9 lines
150 B
C
Raw Permalink Normal View History

2024-12-09 11:53:11 +01:00
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("%d\n", 72);
printf("%d\n", 0110);
printf("%d\n", 72);
return EXIT_SUCCESS;
}