Instructions
- Add your cookie in
aoc_cookie.jsonfile - Edit
2020/template.py(need to give correct year & day of challenge to submit) - Write solution for level 1 in
solve_l1and for level 2 insolve_l2 - Run the script. If the above functions return non-
Nonevalue (Nonevalues are not submitted), script will ask for your confirmation before submitting the solution.