DEV/DEV1.1/TP02/chiffres.c

7 lines
66 B
C
Raw Normal View History

2022-09-14 18:00:01 +02:00
#include <stdio.h>
int main() {
printf("%c \n",55);
return 0;
}