/adventofcode2023

Solutions for Advent Of Code 2023

Primary LanguagePythonMIT LicenseMIT

Advent of Code 2023

These are my solutions for Advent of Code 2023.

For 2023, I'm back to Python.

Notes:

  • 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.