DEV/BUT1/DEV1.1/Caract#U00e8res/lettres.c

8 lines
83 B
C
Raw Normal View History

2024-02-01 13:55:03 +01:00
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf("%c\n", 65);
}