Make Day 11 runnable

This commit is contained in:
Adam Millerchip 2022-12-12 23:02:53 +09:00
parent 7f9e61c347
commit 522bbf2dee
1 changed files with 2 additions and 2 deletions

View File

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