Listing 1

#include <stdio.h>

main()
{
   printf("\nHello from power C");
}
/* End of File */