Pages

Friday, March 25, 2011

Hello World

public class Hello1
{
   public static void Main()
   {
      System.Console.WriteLine("Hello, World!");// Display the string.
   }
}

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.