Friday, June 30, 2006

Hello Blogging World

Hi All,
In typical techie style let me start my blogging journey with of course a Hello Blogging World program.

import java.lang.*;

class MyFirstBlog
{

public static void main(String args[]){
System.out.println("Hello Blogging World");
}
}


As for the choice of the language ,I wrote it in Java because thats language I am most conversant with .
So now that I have written my Hello World blog people brace yourself for 'advanced' blogging from now on.