Instructions
- Add your cookie in
aoc_cookie.json
file - Edit
2020/template.py
(need to give correct year & day of challenge to submit) - Write solution for level 1 in
solve_l1
and for level 2 insolve_l2
- 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.