BUT2/DEV/DEV1.1/TP_ChainesDeCaracteres/test.c

8 lines
129 B
C
Raw Normal View History

2023-10-23 13:23:36 +02:00
#include <stdlib.h>
#include <stdio.h>
int main(void) {
char a=getchar();
printf("%x\n",getchar());
return EXIT_SUCCESS;
}