Click to get Flash Player
Get Adobe Flash player

or try to enable JavaScript and reload the page

Saturday 12 March 2011

hello world in csharp

using System;

public class Hello2
{
   public static void Main()
   {
      Console.WriteLine("Hello, World!");
   }
}

No comments:

Post a Comment

thnx