Friday, February 11, 2011

Stepping in the world of blogging....

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