This program produces some output by printing to the command line:
/* Sample program */
main()
{
printf(" Hello World \n");
exit (0);
}
printf is the C function that prints out its given arguments