Beep
using System; using System.Media; class MainClass { public static void Main() { Console.Beep(); } }