Sunday, February 20, 2005

Hello! World

using System;

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

output:
Hello! World

1 Comments:

At 4:45 PM, Anonymous Anonymous said...

error firstblog is not declared before use :-)

Cheers!!
Pallavi

 

Post a Comment

<< Home