A little corner of inking down my thoughts

Monday, March 01, 2010

Hello world

for (int i = 0; i < 10; i++) {
    System.out.println("Hello world!");
}