// A program that says hello to the world #include int main(void) { printf("hello, world\n"); }