This was day8, not 7

master
Dustin Swan 4 weeks ago
parent 83aacf70c7
commit d8d4825d52
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -1,4 +1,4 @@
defmodule Day7 do defmodule Day8 do
def run do def run do
map = map =
File.read!("data.txt") File.read!("data.txt")
@ -126,4 +126,4 @@ defmodule Day7 do
end end
end end
Day7.run() Day8.run()

Loading…
Cancel
Save