diff --git a/day15/day15.exs b/day15/day15.exs index 3771108..2342645 100644 --- a/day15/day15.exs +++ b/day15/day15.exs @@ -1,4 +1,4 @@ -defmodule Day15Part1 do +defmodule Day15 do @input [18, 8, 0, 5, 4, 1, 20] def run do @@ -27,4 +27,4 @@ defmodule Day15Part1 do end end -Day15Part1.run() +Day15.run()