Skip to content

Commit

Permalink
Add Elm Analyzer comment for concept exercise annalyns-infiltration (
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegillet authored Nov 20, 2023
1 parent eaf104b commit c4707d7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit c4707d7

Please sign in to comment.