/* * A program that started with four errors * Remember to use star slash to end this comment */ public class HelloWorld { public static void main() { System.out.println("Hello World!"); } }