public class Hello { public static void main(String[] args) { // prints "Hello World!" to the terminal System.out.println("Hello World!"); } }