This was day8, not 7

This commit is contained in:
Dustin Swan 2024-12-09 12:07:52 -07:00
parent 83aacf70c7
commit d8d4825d52
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377

View file

@ -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()