diff --git a/main b/main deleted file mode 100755 index 8ff83bc..0000000 Binary files a/main and /dev/null differ diff --git a/web/README.md b/web/README.md index b2dab47..5c0d655 100644 --- a/web/README.md +++ b/web/README.md @@ -16,7 +16,3 @@ A browser-based compiler for **C, C++, Python, and Java**. Code is executed in a controlled environment with fixed resource limits that can be changed via the UI. - Limited CPU time (terminates after 60 seconds) - Limited memory usage (you can use upto 128MB) - -## How does this execute the code? - -This is just the code for the frontend of the online compiler, the actual code execution is handled by the [ContainerizationAPI](https://github.com/Anga205/ContainerizationAPI) that i had made earlier, you can go to that repo to see that code, it essentially just uses unix tools to containerize your code and run it in a sandbox environment \ No newline at end of file