These are my solutions for Advent of Code 2023.
- For AoC 2020, I did all my solutions in Ruby.
- For AoC 2021, I did them all in Python (even though I dropped out half-way through the month.)
- For AoC 2022, I did them all in Kotlin.
For 2023, I'm back to Python.
- Run
aocd --example > input0.txt
to download the example input for the day. - Run
aocd > input1.txt
to download the real input for the day.