// first0.c #include int main() // first0.c { printf("My first program\n"); return 0; }