diff --git a/2022/day11.exs b/2022/day11.exs index f8de2af..8994f7d 100644 --- a/2022/day11.exs +++ b/2022/day11.exs @@ -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()