The problem
Currently, the program expects you to write parsing code as well for the problems. It would be nice if the parsing code was a part of the problem itself?
Proposed solution
This would mean we have to introduce some driver code into the problems. How? It's upto the user who picks it up.
Alternatives considered
We could keep the execution model as-is and write the parsing code ourselves
Additional context
User who picks it up could look into the backend services related to code execution for further understanding.
Any discussion would be appreciated in the issue thread :-)
The problem
Currently, the program expects you to write parsing code as well for the problems. It would be nice if the parsing code was a part of the problem itself?
Proposed solution
This would mean we have to introduce some driver code into the problems. How? It's upto the user who picks it up.
Alternatives considered
We could keep the execution model as-is and write the parsing code ourselves
Additional context
User who picks it up could look into the backend services related to code execution for further understanding.
Any discussion would be appreciated in the issue thread :-)