Skip to content

Commit b5a3186

Browse files
committed
Add function calls to calculate part A and part B in sol.exs
1 parent adabd5b commit b5a3186

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

12/sol.exs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,6 @@ defmodule Day12 do
7878
|> (fn {memo, res} -> {memo, res + acc} end).()
7979
end
8080
end
81+
82+
IO.puts(Day12.partA("./input"))
83+
IO.puts(Day12.partB("./input"))

0 commit comments

Comments
 (0)