Wednesday, February 16, 2011

Intuition

Its 16 feb, late night and i get a intuition i should write a blog and here it is.
As such no idea what i should talk about or write, But as a software Engineer, only one thing come in mind, the things which work out for us all times..... and the first thing which we learn is :
HELLO WORLD
I am a die heart fan of java, so :

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

Very first thing i learned and i am proud of that.
I know this is wired but this the best start what i can do.