This commit is contained in:
Adam Millerchip 2020-12-02 14:45:52 +09:00
parent a6af9ede81
commit 410e73c3a6

View file

@ -10,7 +10,7 @@ $ elixir day2part1.exs
Thoughts:
Use a regex to parse the input
Huh, can't iterate a string with Enum. Split into a list with Enum.graphemes/1
Huh, can't iterate a string with Enum. Split into a list with String.graphemes/1
------
Part1: