Hello World w językach programowania C.

#include <stdio.h>

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