/advent-of-code-2020

Python AoC implementation

Primary LanguageGo

advent-of-code-2020

Build Status

Setup

  • Install requirements using <python> -m pip install -r requirements.txt
  • add your session_id into the session_id file in root
  • Create template files each day by running python3 setup.py -name <sub-directory-name> -day <day-no> (if you want to do the current day's puzzle you can leave out day parameter)