I kept getting error message 'Out Of Bounds Exception: Index: 5000, Size: 5000'. So I tried compiling the same code in IntelliJ, and it worked fine. It seems like the CodeGym mini-version of Java limits the number of items that can be added to an list to 5000. Does anyone know if this is correct? Thanks and happy coding!