Language C Tutorial

#include 
int main(void)
{
  printf("\nBe careful!!\a");
  return 0;
}
Be careful!!