package MusicLandscape;
It was recommended to implement a small demo application, but I could not be bothered. As long as the code passes all tests, it’s fine.
public class Main { public static void main(String[] args) { System.out.println("Hello world!"); } }