HelloWorld.java
/** * The HelloWorld class * simply prints "Hello World!" to standard output. */ class HelloWorld { public static void main(String[] args) { System.out.println("Hello world! "); // Display the string. } }
Maintained by John Loomis, updated Sun Jan 12 17:41:20 2020