public class Main { public static void main(String[] args) { // This line greets the user System.out.println("Hello, World!"); System.out.println("Done"); // a trailing comment } }
Click Run to execute this code.