Add note about String.at
This commit is contained in:
parent
c299b37881
commit
6176502be9
1 changed files with 3 additions and 0 deletions
|
@ -26,3 +26,6 @@ No xor operator without importing Bitwise? Just write it manually.
|
||||||
Initially misread the problem - thought first position must match, and second position must not match,
|
Initially misread the problem - thought first position must match, and second position must not match,
|
||||||
which caused some confusion.
|
which caused some confusion.
|
||||||
Probably rebound to the same variable names a bit too much - should work on clearer variable names.
|
Probably rebound to the same variable names a bit too much - should work on clearer variable names.
|
||||||
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue