public class Hello { public static void main(String [ ] args) { // This is the main method System.out.println ("Hello World!"); } }