C/C+: Lancer un beep

Author:
C/C+: Lancer un  beep
  
#include 

int main(void)
{
  printf("a");

  return 0;
}