simple program C#

 This is a simple program C#

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

 namespace ConsoleApplication7

{

class Program

    {

static void Main(string[] args)

        {

Console.WriteLine("Wel-Come to Aryan Computers, Barshi");

Console.ReadLine();

        }

    }

}


Comments

Popular posts from this blog

Regular Expression Validator Control in asp.net

two dimension array in C#