Rev 8 | Details | Compare with Previous | Last modification | View Log | RSS feed
//hello.c
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("Bonjour, tout le monde !\n");
return 0;
}