This was day8, not 7
This commit is contained in:
parent
83aacf70c7
commit
d8d4825d52
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
defmodule Day7 do
|
||||
defmodule Day8 do
|
||||
def run do
|
||||
map =
|
||||
File.read!("data.txt")
|
||||
|
|
@ -126,4 +126,4 @@ defmodule Day7 do
|
|||
end
|
||||
end
|
||||
|
||||
Day7.run()
|
||||
Day8.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue