Sidhartha Gundavarapu

Inherited from System.Object

  Home  |   Contact  |   Syndication    |   Login
  12 Posts | 0 Stories | 1 Comments | 2 Trackbacks

News

Article Categories

Archives

Post Categories

Image Galleries

Dotnet

Junk

Wednesday, July 27, 2005 #

using System;

namespace
Blogger
{
   class MyBlog
   {
     public static void Main()
     {
       //if it is the first blog
       if ( firstBlog )
       {
         Console.WriteLine( "Hello, World!" );
       }
     }
   }
}