Friday, December 31, 2010

Hello World

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

I shall start of the introductory post with the title "hello world." This is the first program that most programmer starts with. Remember the joy and excitement getting a program to run? It seems ages ago that I actually had experience the same feeling as poly year 1.

It has been a long time getting the same exact feeling especially today, the first day of 2011. I hope this blog will help me note my programming journey and share insights on this field. Hope to share something beneficial soon.

Happy 2011!