/* A first program in C */

/*this is a comment*/

main()
{
   printf("Welcome to \nHonors class in C!\n");
/*this is a test*/
} 
