/************** ** Filename: hello.c ** Author : ** Date : ** ** Description: ** ** This is an introductroy program to practice ** editing, compiling and executing C program ** ********************/ #include main ( ) { printf ("Hello World, my name is \n"); }