1<!-- livebook:{"persist_outputs":true} --> 2 3# Day 25 4 5```elixir 6Mix.install([ 7 {:kino_aoc, git: "https://github.com/ljgago/kino_aoc"} 8]) 9``` 10 11## Section 12 13```elixir 14 15```