Tales of a half pint...
using System; class Program{ static void Main( string[] args ) { Random random = new Random( DateTime.UtcNow.Millisecond ); do { Console.Beep( random.Next( 37, 32767 ), 50 ); } while ( !System.Console.KeyAvailable ); }}
Post a Comment
No comments:
Post a Comment