/advent_of_code_2022

Christmas puzzle challenges https://adventofcode.com/2022/

Primary LanguagePython

Advent of code 2022 🎄🎅🎁

Python

Input data are downloaded via python module aocd

Structure of repository

├── data
│   └── 01.txt
│   ...
├── python
│   ├── 00_template.py
│   ├── 01.py
│   ...
│   └── utils.py
└── README.md
  • To run python solution from repo root python3 python/01.py

https://adventofcode.com/2022