class HelloWorld { // A program that prints the phrase "Hello World" public static void main(String[] args) { System.out.println("Hello World"); } }