Skip to content

Implement RPC for finding which item was previously worked on

For example if I have a carrots.cpp and a carrots.py file as solutions then it should look at which one was modified latest and use that for compilation, running and submissions. I think the best way to do this is to create an RPC which takes the problemname and returns both the type and the files (so tuple(["python", ["carrots.py"]]))