You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@ Instructions
2
2
1. Add your cookie in `aoc_cookie.json` file
3
3
2. Edit `2020/template.py` (need to give correct year & day of challenge to submit)
4
4
3. Write solution for level 1 in `solve_l1` and for level 2 in `solve_l2`
5
-
4. Run the script. If the above function return non-`None`values (`None` values for not submitted), script will ask for your confirmation before submitting the solution.
5
+
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.
0 commit comments