Skip to content

Commit f4ef578

Browse files
authored
Update README.md
1 parent aad4181 commit f4ef578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Remote Code Execution Server
2-
These days, pletforms like leetcode, algoexpert, etc have been increasingly becoming popular, so I thought I'd design and implement an environment that safely executes code sent by the user, while providing security measures.
2+
These days, pletforms like leetcode, algoexpert, etc have been increasingly becoming popular, so here is my attempt to implement an environment that safely executes code sent by the user, while providing security measures.
33

44
# Sandboxed Environments
55
Since it executes ANY code sent by the user, it must ensure that it won't affect the system or the other processes that are running other user's code.

0 commit comments

Comments
 (0)