Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

AoC 2023 Template

2023/template.livemd

AoC 2023 Template

Mix.install([
  {:kino_aoc, "~> 0.1.5"}
])

Input

{:ok, puzzle_input} =
  KinoAOC.download_puzzle("2023", "1", System.fetch_env!("LB_AOC_COOKIE_SECRET"))

Part 1

puzzle_input

Part 2