From a724754428bd93fcd764aa8e3dd09f8b3ea636c7 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Wed, 2 Dec 2020 16:30:38 +0900 Subject: [PATCH] bool != bool is xor --- day2/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/day2/README b/day2/README index 0f6613e..5605fd2 100644 --- a/day2/README +++ b/day2/README @@ -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