Skip to content

brightcosmo/aoc-2024

Repository files navigation

advent-of-code

all my homies love advent of code


dev setup

  • 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.

creating a new day's folder

bash makeday.sh day01

testing against the small sample

I use VS Code's debugger

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published