bool != bool is xor

This commit is contained in:
Adam Millerchip 2020-12-02 16:30:38 +09:00
parent 6176502be9
commit a724754428
1 changed files with 2 additions and 0 deletions

View File

@ -29,3 +29,5 @@ Probably rebound to the same variable names a bit too much - should work on clea
After reading the elixir forum thread, String.at would have been fine for Part 2.
https://elixirforum.com/t/advent-of-code-2020-day-2
Also feel pretty dumb that I didn't realise bool != bool is effectively xor