there is an error inside the example of [add() method for IntDict](https://processing.org/reference/IntDict_add_.html) Change `inventory.add("cds", 20);` to `inventory.add("cd", 20);`