/* premier programme */ #include #include int main(void) { printf("%c", "H"); printf("%c", "e"); printf("%c", "l"); printf return EXIT_SUCCESS; }