1   class
2   Hello4
3   {
4   public
5   static
6   void
7   main
8   (
9   String[]
10  args)
11  {
12  System
13  .
14  out
15  .
16  println
17  (
18  "Hello world!"
19  )
20  ;
21  }
22  }
23