Sunday, 13 June 2010

starting program

class Example

{

static void Main()

{

System.Console.WriteLine("First C# Program");

}

}

No comments:

Post a Comment