Thursday, February 10, 2011

Start with a progam to print a string

namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("this is My first console Application");
            Console.ReadLine();
        }
      
    }
}

No comments:

Popular Posts