Ok… It seems that this is working… Is anybody out there? It doesn’t really matter. I’m writing this blog just for me, to remember some tips I’ve done and – probably – I’ll need them again in the future.
If you, visitor, find this blog – or any of its entries – somehow useful, congratulations, good for you. If you find any error (not only with the code itself, even with my poor English), please write your correction down in a comment.
Fine… let’s go…
public static void main (String[] args) { System.out.println("Hello world!"); }