diff options
Diffstat (limited to '2015/day5.exs')
-rw-r--r-- | 2015/day5.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2015/day5.exs b/2015/day5.exs index 4e253c8..fa9cdf8 100644 --- a/2015/day5.exs +++ b/2015/day5.exs @@ -1,4 +1,4 @@ -santasList = File.stream!("inputs/day5.txt", [], :line) +santasList = File.stream!("inputs/day5.txt") niceVowelRegex = ~r/[aeiou].*[aeiou].*[aeiou]/ niceDuplicateRegex = ~r/(.)\1/ |