So, I decided to participate in AOC 2018. My main priorities in solving the task of the day:
- Do not use third-party modules
- Simplicity
- Readability (e.g., do not write one-liners)
It's pretty simple, although so far without the extra features.
git clone https://github.com/S0Ulle33/Advent-of-Code-2018.git
cd Advent-of-Code-2018
python run_all.py
— run all solutions.python solution.py
— or run individually fromDay n/
folder.