Bonjour!!! j'arrive pas à compiler mon programme suivant:
Ca m'affiche le message d'erreur suivant:"no newline at the end of file".Code:
1
2
3
4
5
6 #include <stdio.h> int main() { printf("Hello world!!!\n"); return 0; }
Merci d'avance
Version imprimable
Bonjour!!! j'arrive pas à compiler mon programme suivant:
Ca m'affiche le message d'erreur suivant:"no newline at the end of file".Code:
1
2
3
4
5
6 #include <stdio.h> int main() { printf("Hello world!!!\n"); return 0; }
Merci d'avance
Voir la :faq: : Que signifie le warning : no new line at end of file ?