#include <stdio.h>
int main(void)

{
  printf("\a"); // sound alert
  printf("this is a test \"!!!!\"\n");

  return 0;// 
}