Привет, мир на языках программирования C

#include <stdio.h>

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