public class HelloWorld {
public static void main(String[] args) {
//Prints 'Hello world!' to terminal/console.
System.out.println("Hello world!");
}