// The same program the way every tutorial before Java 25 wrote it, for the side-by-side in the post. public class Classic { public static void main(String[] args) { System.out.println("Hello, world"); } }