2025-12-14 10:30:56 +01:00
2025-12-14 10:30:56 +01:00
2025-12-01 07:17:59 +01:00
2025-12-01 07:17:59 +01:00
2025-12-01 07:17:59 +01:00
2025-12-01 07:17:59 +01:00
2025-12-01 07:17:59 +01:00
2025-12-01 07:17:59 +01:00
2025-12-01 07:17:59 +01:00
2025-12-12 12:46:41 +01:00

Advent-of-Code

Project overview

Project structure

  • data/ :
    • example/: example files go here
    • input/: this directory is gitignored, input files go here
  • aoc/ : cli implementation
  • src/ :
    • solution/year_<year>/day_<day>.py: solution files
  • .env.example: example dotenv file

cli

  • python main.py create [-y <year>] <day>: prepare solution files for day
  • python main.py download [-y <year>] <day>: download input file for day
  • python main.py solve [-y <year>] <day>: run solution against input for day

dotenv

set AOC_SESSION_TOKEN to AoC session Cookie

FAQ

How are your commits numbered in ascending order?

https://westling.dev/b/extremely-linear-git

Description
No description provided
Readme MIT 99 KiB
Languages
Python 100%