There might be more sandboxes in the future, so moving them to a separate folder should be better.
Also created NewSandbox() function in worker/sandbox.go to create a sandbox instance, given a name. I was trying to make a new module for comparing sandboxes' performance, and saw that sandbox creation was implemented in cmd/kjudge/main.go.
There might be more sandboxes in the future, so moving them to a separate folder should be better.
Also created NewSandbox() function in worker/sandbox.go to create a sandbox instance, given a name. I was trying to make a new module for comparing sandboxes' performance, and saw that sandbox creation was implemented in cmd/kjudge/main.go.