public Library()

in src/com/example/library/Library.java [10:12]


    public Library() {
        books = new ArrayList<>();
    }