/* sample C program */ #include int main () { /* print hello world * with printf */ printf ("hello, world\n"); return 0; }