Today I completed the “Paul’s Misery” kata on Codewars!
When I looked at the code, it looked familiar: add the scores depending on what was in the list, and if the scores were less than one number but greater than(or equal to) another, say something. Knowing this, I coded the script and it worked!
This was my first kata done in Java!