diff --git a/analyzer-comments/elm/annalyns-infiltration/use_bool_operators.md b/analyzer-comments/elm/annalyns-infiltration/use_bool_operators.md new file mode 100644 index 000000000..ab8808bca --- /dev/null +++ b/analyzer-comments/elm/annalyns-infiltration/use_bool_operators.md @@ -0,0 +1,4 @@ +# use bool operators + +The functions `canFastAttack`, `canSpy`, `canSignalPrisoner` and `canFreePrisoner` can all be solved with the exclusive use of `not`, `&&` and `||`. +For the sake of learning to manipulate booleans, make sure you solve the exercise in that way.