/* premier programme */ #include #include int main(void) { printf("%c \n",'Hello '); printf("%c \n", 'world!'); return EXIT_SUCCESS; }