Solutions for Advent of Code puzzles, from various years.
- Python (primary) — runs with PyPy for speed
- Rust (2024)
- Wolfram Language (occasional, as WolframScript files for portability)
# Run today's solution
mise run aoc
# Run with example data
mise run aot
# Scaffold new day
mise run newOr directly:
cd 2024/01
pypy 1.py input.txtYYYY/
DD/
N.py # Python solution
N.wls # Wolfram (optional)
python/ # 2024+ structure
rust/ # 2024+ structure
example.txt # Sample input
Requires mise. Run mise install to set up PyPy.
Input files (input.txt) are gitignored per AoC copyright policy.