Skip to content

Files

Latest commit

aa5766f · Dec 8, 2020

History

History
5 lines (5 loc) · 399 Bytes

File metadata and controls

5 lines (5 loc) · 399 Bytes

Instructions

  1. Add your cookie in aoc_cookie.json file
  2. Edit 2020/template.py (need to give correct year & day of challenge to submit)
  3. Write solution for level 1 in solve_l1 and for level 2 in solve_l2
  4. Run the script. If the above functions return non-None value (None values are not submitted), script will ask for your confirmation before submitting the solution.