Match the parts of the program with its definition.

-----------------------------------------------------------------

#include

int main()
{
/* my first program in C */
printf("Hello, World! \n");

return 0;
}

return 0;