Hi, do you have any idea on how can I pass actual solution code and test code inside during runtime?
I want to implement Codewars-like system for university and I'm not sure if it is ok to create temporary directories on each request and construct a docker image every time.
I've seen the previous codeRunner project and there was some kind of runner that is aware of each language compilation process - is this the only way?
Hi, do you have any idea on how can I pass actual solution code and test code inside during runtime?
I want to implement Codewars-like system for university and I'm not sure if it is ok to create temporary directories on each request and construct a docker image every time.
I've seen the previous codeRunner project and there was some kind of runner that is aware of each language compilation process - is this the only way?