all my homies love advent of code
- create venv
python3 -m venv venv
- activate venv
windows
venv\Scripts\activate.bat
unix/macos
source venv/bin/activate
To deactivate the virtual environment, type deactivate
in the respective terminal window.
bash makeday.sh day01
I use VS Code's debugger