Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 494 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 494 Bytes

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)