Open
Description
It could be interesting to add in an "automatic solver" for each day's problem. E.g., could we construct an action to do the following (run each day at 0:01 UTC):
- fetch the daily problem
- store the text of the problem in a "problems" directory
- use langchain/chatgpt to solve the problem, describing the thought process and code using the attached template
- add chatgpt's solution under problems//chatgpt.md
- commit the notes/solution