A Simple C# Program

This is a simple program in C# programing language as follows-

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");

Console.ReadLine();

        }

    }

}

Output:



Comments

Popular posts from this blog

simple program C#

Regular Expression Validator Control in asp.net

two dimension array in C#