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
|
end
|
||||||
|
|
||||||
def part2(_input) do
|
def part2(_input) do
|
||||||
:ok
|
"not implemented"
|
||||||
end
|
end
|
||||||
|
|
||||||
def input do
|
def input do
|
||||||
|
@ -185,4 +185,4 @@ defmodule Day11 do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Day11.run()
|
Day11.run()
|
||||||
|
|
Loading…
Reference in a new issue