Make Day 11 runnable

main
Adam Millerchip 4 months ago
parent 7f9e61c347
commit 522bbf2dee

@ -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…
Cancel
Save