See https://adventofcode.com/2022
This is my very dirst attempt. Let's see how far I come...
GOAL: Practive conding
Optional:
- Set up pre-commit hooks
- Set up pytests
$PYTHON -m pip install --upgrade pip
$PYTHON -m pip install poetry
$PYTHON -m venev env
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.\env\Scripts\Activate.ps1
$PYTHON -m poetry install