// A program in Java that prints "Hello world!" class Hello { public static void main (String[] args) { System.out.print ("Hello world! "); } }