Monday, November 29, 2010

Welcome Programme in c#

using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace SimpleCSharpApp
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Welcome to c#............................!!!!");
}
}
}

No comments:

Post a Comment