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

7 lines
76 B
C

#include <stdio.h>
int main() {
printf("%c","Hello World !");
return 0;
}