Day 14 Part 1
This commit is contained in:
parent
4b7465e2bf
commit
1cab09f351
2 changed files with 107 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ defmodule DayX do
|
|||
|> File.read!()
|
||||
end
|
||||
|
||||
defp test_input do
|
||||
"""
|
||||
"""
|
||||
end
|
||||
|
||||
def part1 do
|
||||
read_input()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue