why not simply? ``` return ( playerLis...
# announcements
n
why not simply?
Copy code
return (
            playerList.containsAll(listOf(1, 2, 3)) ||
            playerList.containsAll(listOf(1, 4, 7)) ||
            playerList.containsAll(listOf(1, 5, 9))
        )