Skip to content

cluddles/aoc-kotlin

Repository files navigation

aoc-kotlin

Kotlin-based solutions for Advent of Code 2024

(Also includes a full suite of Advent of Code 2020 solutions. These are old and probably not especially interesting, except to see how much/little progress I've made in 4 years of sporadic Kotlin usage)

Very WIP

Secrets

Since sharing of puzzle inputs is discouraged, these are stored in a separate aoc-secret submodule.

Obviously this is unhelpful for anyone who isn't me. You can get around this by placing your inputs into the aoc-secret directory, or under standard resources (src/main/resources/)

Expected directory structure:

project-root/
├─ aoc-secret/      -- OR src/main/resources/
   ├─ 2024/
      ├─ day01
      ├─ day02
      |  ...etc...