public class HelloWorld { public static void main( String args[] ) { // starts the execution System.out.print("Hello World!" ); // prints to screen } // end of execution }