📅  最后修改于: 2022-03-11 15:04:41.305000             🧑  作者: Mango
#include
int main()
{
printf("\a \a \a"); //this printf will ring a beep sound 3 times
//Here \a stands for Alert
return 0;
}
//code by Dungriyal