Rename module
This commit is contained in:
parent
bbb8ba7251
commit
d19ae04554
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue