Posted by: stolen_thoughts December 1, 2008
Tribute To Techguy
Login in to Rate this Post:     0       ?        
using System;

namespace ThankYou
{
    class Program
    {
        static void Main(string[] args)
        {
            for (int i = 0; i < 1000; i++)
            {
                Console.WriteLine("Thank you, TechGuy");
            }
        }
    }
            
}

Read Full Discussion Thread for this article