Bonjour le monde en C de langages de programmation

#include <stdio.h>

int main(void)
{
    printf("hello, world\n");
}
Strange Sable