typo
This commit is contained in:
parent
a6af9ede81
commit
410e73c3a6
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue