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