Given 4 flags a, b, c, d
Implement the method areAllFlagsOff so it only returns true when all of the flags are false
The project contains tests to cover all of the combinations possible
Open a pull request with a possible solution for this problem
run the ./gradlew test to see if your solution works