halo dunia dalam bahasa pemrograman C

#include <stdio.h>

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