Make Day 11 runnable
This commit is contained in:
parent
7f9e61c347
commit
522bbf2dee
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ defmodule Day11 do
|
|||
end
|
||||
|
||||
def part2(_input) do
|
||||
:ok
|
||||
"not implemented"
|
||||
end
|
||||
|
||||
def input do
|
||||
|
@ -185,4 +185,4 @@ defmodule Day11 do
|
|||
end
|
||||
end
|
||||
|
||||
# Day11.run()
|
||||
Day11.run()
|
||||
|
|
Loading…
Reference in a new issue