Rename module

This commit is contained in:
Adam Millerchip 2020-12-15 15:53:41 +09:00
parent bbb8ba7251
commit d19ae04554
1 changed files with 2 additions and 2 deletions

View File

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