DEV/DEV1.1/TP02/chiffres.c
2022-09-14 18:00:01 +02:00

7 lines
66 B
C

#include <stdio.h>
int main() {
printf("%c \n",55);
return 0;
}