/* Print a Message */
#include <stdio.h>
main()
{
   printf("This is a test!\n");
}
