Feb
17
2009

Ok, let’s start!

Hi all, a little introduction just to break the ice.

This is the first post in this blog. My name is Matteo Pelucco, I’m a Computer Science Engineer and I like to work around the field of CMS (Content Management System). This blog would like to be a sort of “daily diary” of my IT activities, I hope that my notes can help somebody out here looking for help.

I want to start simply saying…

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

And good reading…

Leave a Reply