public class Hello { public static void main(String[] args) { // display a greeting to the user System.out.println("Hello, World!"); } }