Or as you would type in Java:
Code:
public class Tmp
{
public static void main(String[] args)
{
System.out.println("Hello world.");
}
}